Skip to content

Commit 8e1347a

Browse files
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] <[email protected]>
1 parent 31c438f commit 8e1347a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
run: python -m pip install --upgrade coverage[toml]
178178

179179
- name: Download data
180-
uses: actions/download-artifact@v6
180+
uses: actions/download-artifact@v7
181181
with:
182182
pattern: coverage-data-*
183183
merge-multiple: true

0 commit comments

Comments
 (0)