Skip to content

Commit 577f0f4

Browse files
Update GitHub Artifact Actions (#808)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5faed0b commit 577f0f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
. venv-${{ steps.python.outputs.python-version }}/bin/activate
157157
pytest --log-level info tests/*.py --cov='.'
158158
- name: Upload coverage artifact
159-
uses: actions/upload-artifact@v4
159+
uses: actions/upload-artifact@v5
160160
with:
161161
name: coverage-${{ steps.python.outputs.python-version }}
162162
path: .coverage
@@ -229,7 +229,7 @@ jobs:
229229
venv-dir: ${{ env.VENV }}
230230
precommit-home: ${{ env.PRE_COMMIT_HOME }}
231231
- name: Download all coverage artifacts
232-
uses: actions/download-artifact@v5
232+
uses: actions/download-artifact@v6
233233
with:
234234
pattern: coverage-*
235235
merge-multiple: true

0 commit comments

Comments
 (0)