Skip to content

Commit cac6dda

Browse files
Update actions/download-artifact action to v5
1 parent ee9877c commit cac6dda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ jobs:
222222
venv-dir: ${{ env.VENV }}
223223
precommit-home: ${{ env.PRE_COMMIT_HOME }}
224224
- name: Download all coverage artifacts
225-
uses: actions/download-artifact@v4
225+
uses: actions/download-artifact@v5
226226
- name: Combine coverage results
227227
run: |
228228
. venv/bin/activate

0 commit comments

Comments
 (0)