Skip to content

Commit 670798f

Browse files
authored
Merge pull request #894 from kubewarden/dependabot/github_actions/actions/upload-artifact-4.4.0
build(deps): bump actions/upload-artifact from 4.3.6 to 4.4.0
2 parents 7cabc14 + 34da179 commit 670798f

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@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
39+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.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@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
84+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
8585
with:
8686
name: sbom-${{ matrix.arch }}
8787
path: policy-server-sbom-${{ matrix.arch }}*

0 commit comments

Comments
 (0)