Skip to content

Commit 1309179

Browse files
committed
update workflow
1 parent bdaa0dd commit 1309179

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Run tests
3131
run: pytest --cov=gstatsim --cov-report=html
3232
- name: Upload coverage report
33-
uses: actions/upload-artifact@v3
33+
uses: actions/upload-artifact@v4
3434
with:
3535
name: coverage-report
36-
path: ./htmlcov/
36+
path: ./htmlcov/

0 commit comments

Comments
 (0)