From e40863f6eecfb3598ef51b410e33a397286e3b58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 14:43:50 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact from 4.2.0 to 4.3.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/694cdabd8bdb0f10b2cea11669e1bf5453eed0a6...26f96dfa697d77e81fd5907df203aa23a56210a8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/container-image.yml | 2 +- .github/workflows/sbom.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/container-image.yml b/.github/workflows/container-image.yml index 8d45fd79..27ef5ffa 100644 --- a/.github/workflows/container-image.yml +++ b/.github/workflows/container-image.yml @@ -36,7 +36,7 @@ jobs: args: --release --target ${{matrix.targetarch}}-unknown-linux-musl - name: Upload policy-server binary - uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0 + uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 with: name: policy-server-${{ matrix.targetarch }} path: | diff --git a/.github/workflows/sbom.yml b/.github/workflows/sbom.yml index bd6459b2..88fe64e9 100644 --- a/.github/workflows/sbom.yml +++ b/.github/workflows/sbom.yml @@ -81,7 +81,7 @@ jobs: ghcr.io/${{github.repository_owner}}/policy-server:${SBOM_TAG} - name: Upload SBOMs as artifacts - uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0 + uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 with: name: sbom-${{ matrix.arch }} path: policy-server-sbom-${{ matrix.arch }}*