diff --git a/.github/workflows/gitops-drift.yml b/.github/workflows/gitops-drift.yml index c451062..6b70496 100644 --- a/.github/workflows/gitops-drift.yml +++ b/.github/workflows/gitops-drift.yml @@ -198,7 +198,7 @@ jobs: - name: Upload drift evidence if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: gitops-drift-${{ github.run_id }} path: | diff --git a/.github/workflows/tofu-apply.yml b/.github/workflows/tofu-apply.yml index 6b5b4fb..ae1064e 100644 --- a/.github/workflows/tofu-apply.yml +++ b/.github/workflows/tofu-apply.yml @@ -156,7 +156,7 @@ jobs: - name: Upload applied plan + state-version reference if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: tofu-apply-${{ github.run_id }} path: | diff --git a/.github/workflows/tofu-plan.yml b/.github/workflows/tofu-plan.yml index 31dabbb..17f67df 100644 --- a/.github/workflows/tofu-plan.yml +++ b/.github/workflows/tofu-plan.yml @@ -199,7 +199,7 @@ jobs: - name: Upload plan artifact if: success() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: tofu-plan path: ${{ env.CHECKOUT_PATH }}/infra/tofu/darkmap.tfplan