diff --git a/.github/workflows/infracost.yml b/.github/workflows/infracost.yml index 8f0ee8ea..83667bb0 100644 --- a/.github/workflows/infracost.yml +++ b/.github/workflows/infracost.yml @@ -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@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a with: name: report.html path: ${{ inputs.working-directory }}/report.html diff --git a/.github/workflows/smurf-tf-drift.yml b/.github/workflows/smurf-tf-drift.yml index c669f2b5..6f00b5bc 100644 --- a/.github/workflows/smurf-tf-drift.yml +++ b/.github/workflows/smurf-tf-drift.yml @@ -195,7 +195,7 @@ jobs: - name: 💾 Upload plan artifact if: steps.tf-plan.outputs.exitcode == '2' || steps.tf-plan.outputs.exitcode == '3' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: smurf-tfplan-${{ github.run_id }} path: ${{ inputs.terraform_directory }}/${{ inputs.plan_out }}