Skip to content

Commit 4fcaf18

Browse files
authored
Merge pull request #425 from nanotaboada/dependabot/github_actions/actions/download-artifact-6.0.0
chore(deps): bump actions/download-artifact from 5.0.0 to 6.0.0
2 parents 8fb62fd + e8e2c7c commit 4fcaf18

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
@@ -90,7 +90,7 @@ jobs:
9090
uses: actions/[email protected]
9191

9292
- name: Download coverage report artifact
93-
uses: actions/download-artifact@v5.0.0
93+
uses: actions/download-artifact@v6.0.0
9494
with:
9595
name: coverage.xml
9696

0 commit comments

Comments
 (0)