Skip to content

Commit b24514f

Browse files
authored
Merge pull request #570 from nanotaboada/dependabot/github_actions/actions/upload-artifact-7.0.1
chore(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1
2 parents 82323c1 + 2471000 commit b24514f

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
@@ -77,7 +77,7 @@ jobs:
7777
uv run pytest --cov=./ --cov-report=xml --cov-report=term
7878
7979
- name: Upload coverage report artifact
80-
uses: actions/upload-artifact@v7.0.0
80+
uses: actions/upload-artifact@v7.0.1
8181
with:
8282
name: coverage.xml
8383
path: ./coverage.xml

0 commit comments

Comments
 (0)