Skip to content

Commit fb9c56d

Browse files
committed
Update artifact version to v4
1 parent 6df022c commit fb9c56d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
pytest test/unit_tests/ --cov=src/ --cov-report=term-missing --cov-report=xml --cov-fail-under=70
4040
4141
- name: Upload Coverage Report
42-
uses: actions/upload-artifact@v3
42+
uses: actions/upload-artifact@v4
4343
if: always()
4444
with:
4545
name: coverage-report

0 commit comments

Comments
 (0)