Skip to content

Commit 8f8260d

Browse files
dependabot[bot]anmolnagpalclouddrove-ci
authored
build(deps): bump actions/upload-artifact from 3 to 4 (#110)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Anmol Nagpal <[email protected]> Co-authored-by: CloudDrove CI <[email protected]>
1 parent 3b39944 commit 8f8260d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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@83fd05a356d7e2593de66fc9913b3002723633cb
73+
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
7474
with:
7575
name: report.html
7676
path: ${{ inputs.working-directory }}/report.html

.github/workflows/terraform_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
fi
164164
165165
- name: Publish Terraform Plan
166-
uses: actions/upload-artifact@v3
166+
uses: actions/upload-artifact@v4
167167
with:
168168
name: tfplan
169169
path: ${{ inputs.working_directory }}/tfplan

.github/workflows/tfdrift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
134134
# Save plan to artifacts
135135
- name: Publish Terraform Plan
136-
uses: actions/upload-artifact@v3
136+
uses: actions/upload-artifact@v4
137137
with:
138138
name: tfplan
139139
path: tfplan

0 commit comments

Comments
 (0)