Skip to content

Commit 8c85889

Browse files
chore(deps): update actions/download-artifact action to v5
1 parent fa03d89 commit 8c85889

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
@@ -62,7 +62,7 @@ jobs:
6262
PYTHON_VERSION: 3.12
6363
- name: Download all artifacts
6464
# Downloads coverage1, coverage2, etc.
65-
uses: actions/download-artifact@v4
65+
uses: actions/download-artifact@v5
6666
- name: Run coverage
6767
run: make ci_coverage
6868
- uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)