Skip to content

Commit 3a2a042

Browse files
committed
Updated the github actions workflow to use v4 of artifact and action
1 parent 341ea29 commit 3a2a042

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
pytest Tests/ -v --cov=jsweb --cov-report=xml --cov-report=html --cov-report=term-missing
3939
4040
- name: Upload coverage to Codecov
41-
uses: codecov/codecov-action@v3
41+
uses: codecov/codecov-action@v4
4242
with:
4343
files: ./coverage.xml
4444
flags: unittests
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: Archive coverage reports
5050
if: always()
51-
uses: actions/upload-artifact@v3
51+
uses: actions/upload-artifact@v4
5252
with:
5353
name: coverage-report-py${{ matrix.python-version }}
5454
path: htmlcov/

0 commit comments

Comments
 (0)