Skip to content

Commit 5254c70

Browse files
Merge pull request #2709 from VWS-Python/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents 75e9a38 + bcfd59c commit 5254c70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ jobs:
288288
enable-cache: true
289289
cache-dependency-glob: '**/pyproject.toml'
290290

291-
- uses: actions/download-artifact@v4
291+
- uses: actions/download-artifact@v5
292292
with:
293293
pattern: coverage-data-*
294294
merge-multiple: true

0 commit comments

Comments
 (0)