Skip to content

Commit

Permalink
Merge pull request #25 from erzz/renovate/major-github-artifact-actions
Browse files Browse the repository at this point in the history
chore(deps): update actions/upload-artifact action to v4
  • Loading branch information
erzz authored Feb 18, 2024
2 parents 69369bc + 0961b10 commit 9313729
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
report-name: basic-success

- name: Upload Reports
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: Basic Success Report
Expand All @@ -45,7 +45,7 @@ jobs:
accept-extensions: pem

- name: Upload Reports
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: SARIF Report
Expand Down

0 comments on commit 9313729

Please sign in to comment.