Skip to content

Commit 0dce821

Browse files
Update actions/download-artifact action to v5
1 parent 5f7e778 commit 0dce821

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

0 commit comments

Comments
 (0)