From a915b68cbedb72501377a5d09f08479b82e05dd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 12:37:48 -0500 Subject: [PATCH] Chore [deps:github-actions]: Bump actions/upload-artifact (#932) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.1 to 4.4.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/604373da6381bf24206979c74d06a550515601b9...b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tyler Hendrickson <1851017+TylerHendrickson@users.noreply.github.com> --- .github/workflows/build.yml | 6 +++--- .github/workflows/terraform-plan.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6b3a67eb..b543490a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -81,7 +81,7 @@ jobs: run: task prebuild-lambda - name: Store build sources id: store - uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: ${{ env.SOURCES_KEY }} path: ${{ env.SOURCES_PATH }} @@ -200,7 +200,7 @@ jobs: UPX_RESULT: ${{ steps.pack.outputs.result }} - name: Store build artifacts id: store - uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: ${{ env.ARTIFACTS_KEY }} path: ${{ env.ARTIFACTS_PATH }} @@ -319,7 +319,7 @@ jobs: UPX_RESULT: ${{ steps.pack.outputs.result }} - name: Store build artifacts id: store - uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: ${{ env.ARTIFACTS_KEY }} path: ${{ env.ARTIFACTS_PATH }} diff --git a/.github/workflows/terraform-plan.yml b/.github/workflows/terraform-plan.yml index f26473e1..03ac0cd3 100644 --- a/.github/workflows/terraform-plan.yml +++ b/.github/workflows/terraform-plan.yml @@ -199,7 +199,7 @@ jobs: rm tfplan - name: Store terraform artifacts if: success() && inputs.upload-artifacts - uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: ${{ env.ARTIFACTS_KEY }} path: |