Skip to content

Commit 56849ea

Browse files
Update actions/download-artifact action to v5
1 parent df44ddf commit 56849ea

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
@@ -145,7 +145,7 @@ jobs:
145145
. venv/bin/activate
146146
uv pip install -r requirements.txt -r requirements-test.txt
147147
- name: Download all coverage artifacts
148-
uses: actions/download-artifact@v4
148+
uses: actions/download-artifact@v5
149149
- name: Combine coverage results
150150
run: |
151151
. venv/bin/activate

0 commit comments

Comments
 (0)