Skip to content

Commit aae64bf

Browse files
committed
Artifact needs to be one PR (not #104 and #105)
1 parent 12ed757 commit aae64bf

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
@@ -240,7 +240,7 @@ jobs:
240240
. venv/bin/activate
241241
pytest --log-level info tests/*.py --cov='.'
242242
- name: Upload coverage artifact
243-
uses: actions/upload-artifact@v3
243+
uses: actions/upload-artifact@v4
244244
with:
245245
name: coverage-${{ matrix.python-version }}
246246
path: .coverage
@@ -333,7 +333,7 @@ jobs:
333333
echo "Failed to restore Python virtual environment from cache"
334334
exit 1
335335
- name: Download all coverage artifacts
336-
uses: actions/download-artifact@v3
336+
uses: actions/download-artifact@v4
337337
- name: Combine coverage results
338338
run: |
339339
. venv/bin/activate

0 commit comments

Comments
 (0)