Skip to content

Commit 2c5b031

Browse files
Update actions/upload-artifact action to v7
1 parent cfb3c03 commit 2c5b031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonar-cloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Run Tests
3333
run: python -m pytest tests/ -v --cov --cov-report=xml --cov-report=html
3434

35-
- uses: actions/upload-artifact@v5
35+
- uses: actions/upload-artifact@v7
3636
with:
3737
name: code-coverage
3838
path: htmlcov

0 commit comments

Comments
 (0)