diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 822b098e..b981c1b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -287,7 +287,7 @@ jobs: echo "✅ Workflow index generated" - name: 📤 Upload Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: workflow-index path: WORKFLOW_INDEX.md diff --git a/.github/workflows/infracost.yml b/.github/workflows/infracost.yml index 429e6a3d..4b4ff287 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@b7c566a772e6b6bfb58ed0dc250532a479d7789f + uses: actions/upload-artifact@47309c993abb98030a35d55ef7ff34b7fa1074b5 with: name: report.html path: ${{ inputs.working-directory }}/report.html