Skip to content

Commit

Permalink
build(deps): bump actions/upload-artifact from 3 to 4 (#149)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent 55b2bf8 commit 0cb64bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/infracost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
infracost output --path /tmp/infracost.json --show-skipped --format html --out-file report.html
- name: Upload current cost in artifactory
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a
with:
name: report.html
path: ${{ inputs.working-directory }}/report.html
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prowler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
continue-on-error: true

- name: Upload report directory
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: compliance-report
path: ${{ github.workspace }}/report/
Expand Down

0 comments on commit 0cb64bf

Please sign in to comment.