Skip to content

Commit 9334475

Browse files
authored
Merge pull request #499 from nanotaboada/dependabot/github_actions/actions/upload-artifact-7.0.0
chore(deps): bump actions/upload-artifact from 6.0.0 to 7.0.0
2 parents 598ce61 + 57672fd commit 9334475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
pytest --cov=./ --cov-report=xml --cov-report=term
7070
7171
- name: Upload coverage report artifact
72-
uses: actions/upload-artifact@v6.0.0
72+
uses: actions/upload-artifact@v7.0.0
7373
with:
7474
name: coverage.xml
7575
path: ./coverage.xml

0 commit comments

Comments
 (0)