Skip to content

Commit

Permalink
Upgrade GHA Action to current version
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenjohnson committed Aug 19, 2024
1 parent a208e89 commit ccc5e86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/scan-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ runs:
cp ${{ steps.scan.outputs.sarif }} /tmp/sarif-reports/${{ inputs.image_name }}.sarif
- name: Archive scan artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ScanResults
if-no-files-found: error
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
tail -n +1 test/suites/${{ matrix.suite }}/results/*.log
continue-on-error: true

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: TestResults
path: test/suites/**/results
Expand Down

0 comments on commit ccc5e86

Please sign in to comment.