From e8d0ffe28afee8b669a0bdaf6c139237b953a25b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 19:51:57 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4.4.3 --- .github/workflows/cd.yml | 2 +- .github/workflows/ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 648ee6a..fbd3a3e 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -28,7 +28,7 @@ jobs: run: ./krabby.sh assemble - name: Archive binaries - uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: gwv-binaries-${{ runner.os }} path: artifacts diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea48fa6..ae8f704 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,7 @@ jobs: run: ./krabby.sh assemble - name: Archive binaries - uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: gwv-binaries-${{ runner.os }} path: artifacts @@ -97,7 +97,7 @@ jobs: run: ./krabby.sh sbom - name: Archive SBOM - uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: sbom-${{ github.sha }}.json path: gwv.cdx.json