Skip to content

Commit

Permalink
Merge pull request #646 from IQTLabs/renovate/actions-upload-artifact…
Browse files Browse the repository at this point in the history
…-4.x

Update actions/upload-artifact action to v4.5.0
  • Loading branch information
rashley-iqt authored Jan 2, 2025
2 parents a3b06e4 + 650bf66 commit 39fcb51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
core.setFailed('Semgrep found errors in Python files. Please check the uploaded report');
- name: Upload scan reports
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
if: failure()
with:
name: semgrep-python-report
Expand Down

0 comments on commit 39fcb51

Please sign in to comment.