Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Artifact location fixed
  • Loading branch information
agondo69 authored Jan 7, 2025
1 parent acba822 commit a17e0a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: bandit -ll -ii -r . -f json -o bandit-report.json

- name: Upload the artifact(s)
uses: actions/upload-artifact-artifact@v3
uses: actions/upload-artifact@v3
if: always()
with:
name: Bandit vulnerability findings
Expand Down

0 comments on commit a17e0a8

Please sign in to comment.