Skip to content

Commit

Permalink
build(deps): bump actions/upload-artifact from 3 to 4 (#110)
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>
Co-authored-by: Anmol Nagpal <4303310+anmolnagpal@users.noreply.github.com>
Co-authored-by: CloudDrove CI <84795582+clouddrove-ci@users.noreply.github.com>
  • Loading branch information
3 people authored Jan 30, 2024
1 parent 3b39944 commit 8f8260d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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@83fd05a356d7e2593de66fc9913b3002723633cb
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
with:
name: report.html
path: ${{ inputs.working-directory }}/report.html
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
fi
- name: Publish Terraform Plan
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: tfplan
path: ${{ inputs.working_directory }}/tfplan
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tfdrift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
# Save plan to artifacts
- name: Publish Terraform Plan
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: tfplan
path: tfplan
Expand Down

0 comments on commit 8f8260d

Please sign in to comment.