Skip to content

Commit 7c167a5

Browse files
committed
Try combining both actions to v4
1 parent bea2220 commit 7c167a5

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
@@ -235,7 +235,7 @@ jobs:
235235
. venv/bin/activate
236236
pytest --log-level info tests/*.py --cov='.'
237237
- name: Upload coverage artifact
238-
uses: actions/upload-artifact@v3
238+
uses: actions/upload-artifact@v4
239239
with:
240240
name: coverage-${{ matrix.python-version }}
241241
path: .coverage
@@ -323,7 +323,7 @@ jobs:
323323
echo "Failed to restore Python virtual environment from cache"
324324
exit 1
325325
- name: Download all coverage artifacts
326-
uses: actions/download-artifact@v3
326+
uses: actions/download-artifact@v4
327327
- name: Combine coverage results
328328
run: |
329329
. venv/bin/activate

0 commit comments

Comments
 (0)