From d3e4a307843e5a6b20aced9bbcc2c50796597326 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 01:13:27 +0000 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 4 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/gitops-drift.yml | 2 +- .github/workflows/tofu-apply.yml | 2 +- .github/workflows/tofu-plan.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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