Skip to content

Commit be4c5d7

Browse files
Update actions/download-artifact action to v4
1 parent 12ed757 commit be4c5d7

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
@@ -333,7 +333,7 @@ jobs:
333333
echo "Failed to restore Python virtual environment from cache"
334334
exit 1
335335
- name: Download all coverage artifacts
336-
uses: actions/download-artifact@v3
336+
uses: actions/download-artifact@v4
337337
- name: Combine coverage results
338338
run: |
339339
. venv/bin/activate

0 commit comments

Comments
 (0)