Skip to content

Commit 71deea5

Browse files
Update GitHub Artifact Actions (#363)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4b894ce commit 71deea5

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-${{ matrix.python-version }}
162162
path: .coverage
@@ -230,7 +230,7 @@ jobs:
230230
venv-dir: ${{ env.VENV }}
231231
precommit-home: ${{ env.PRE_COMMIT_HOME }}
232232
- name: Download all coverage artifacts
233-
uses: actions/download-artifact@v5
233+
uses: actions/download-artifact@v6
234234
with:
235235
pattern: coverage-*
236236
merge-multiple: true

0 commit comments

Comments
 (0)