Skip to content

Commit e40863f

Browse files
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](actions/upload-artifact@694cdab...26f96df) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2511ea9 commit e40863f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/container-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
args: --release --target ${{matrix.targetarch}}-unknown-linux-musl
3737

3838
- name: Upload policy-server binary
39-
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
39+
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
4040
with:
4141
name: policy-server-${{ matrix.targetarch }}
4242
path: |

.github/workflows/sbom.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
ghcr.io/${{github.repository_owner}}/policy-server:${SBOM_TAG}
8282
8383
- name: Upload SBOMs as artifacts
84-
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
84+
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
8585
with:
8686
name: sbom-${{ matrix.arch }}
8787
path: policy-server-sbom-${{ matrix.arch }}*

0 commit comments

Comments
 (0)