Skip to content

Commit 6886d7e

Browse files
committed
More version-updates
1 parent b657ad1 commit 6886d7e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/verify.yml

Lines changed: 3 additions & 3 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@v4
243+
uses: actions/upload-artifact@v4.6.2
244244
with:
245245
name: coverage-${{ matrix.python-version }}
246246
path: .coverage
@@ -335,7 +335,7 @@ jobs:
335335
echo "Failed to restore Python virtual environment from cache"
336336
exit 1
337337
- name: Download all coverage artifacts
338-
uses: actions/download-artifact@v4
338+
uses: actions/download-artifact@v4.2.1
339339
- name: Combine coverage results
340340
run: |
341341
. venv/bin/activate
@@ -348,7 +348,7 @@ jobs:
348348
echo "***"
349349
coverage xml
350350
- name: Upload coverage to Codecov
351-
uses: codecov/codecov-action@v5
351+
uses: codecov/codecov-action@v5.4.2
352352
env:
353353
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
354354

0 commit comments

Comments
 (0)