Skip to content

Commit 37139de

Browse files
authored
Merge pull request #403 from nanotaboada/dependabot/github_actions/actions/download-artifact-5.0.0
chore(deps): bump actions/download-artifact from 4.3.0 to 5.0.0
2 parents 5c4bcb0 + c4360a5 commit 37139de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
uses: actions/[email protected]
8888

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

0 commit comments

Comments
 (0)