Skip to content

Commit 32ae1c6

Browse files
build(deps): bump actions/download-artifact from 6 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 098a9f9 commit 32ae1c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
run: python -m pip install hatch 'click!=8.3.0'
190190

191191
- name: Download coverage data
192-
uses: actions/download-artifact@v6
192+
uses: actions/download-artifact@v7
193193
with:
194194
pattern: coverage-*
195195
merge-multiple: true

0 commit comments

Comments
 (0)