From 4eaaa7a8636eb047a4c9245f09fd056f73cb87be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 03:58:48 +0000 Subject: [PATCH] ci(actions): Bump actions/upload-artifact from 3 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/opentofu-format.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/opentofu-format.yml b/.github/workflows/opentofu-format.yml index 422c1a6..6d19995 100644 --- a/.github/workflows/opentofu-format.yml +++ b/.github/workflows/opentofu-format.yml @@ -22,7 +22,7 @@ jobs: run: tofu fmt -recursive - name: Upload - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: opentofu-fmt path: | @@ -54,7 +54,7 @@ jobs: working-directory: ${{ matrix.workspace }} - name: Upload - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: opentofu-lock-${{ matrix.workspace }} path: ${{ matrix.workspace }}/.terraform.lock.hcl