Skip to content

Commit 0cb64bf

Browse files
build(deps): bump actions/upload-artifact from 3 to 4 (#149)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 55b2bf8 commit 0cb64bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/infracost.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
infracost output --path /tmp/infracost.json --show-skipped --format html --out-file report.html
7171
7272
- name: Upload current cost in artifactory
73-
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
73+
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a
7474
with:
7575
name: report.html
7676
path: ${{ inputs.working-directory }}/report.html

.github/workflows/prowler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
continue-on-error: true
122122

123123
- name: Upload report directory
124-
uses: actions/upload-artifact@v3
124+
uses: actions/upload-artifact@v4
125125
with:
126126
name: compliance-report
127127
path: ${{ github.workspace }}/report/

0 commit comments

Comments
 (0)