Skip to content

Commit 598ce61

Browse files
authored
Merge pull request #498 from nanotaboada/dependabot/github_actions/actions/download-artifact-8.0.0
chore(deps): bump actions/download-artifact from 7.0.0 to 8.0.0
2 parents 34259a9 + 47278a9 commit 598ce61

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
@@ -87,7 +87,7 @@ jobs:
8787
uses: actions/checkout@v6.0.2
8888

8989
- name: Download coverage report artifact
90-
uses: actions/download-artifact@v7.0.0
90+
uses: actions/download-artifact@v8.0.0
9191
with:
9292
name: coverage.xml
9393

0 commit comments

Comments
 (0)