File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 36
36
args : --release --target ${{matrix.targetarch}}-unknown-linux-musl
37
37
38
38
- name : Upload policy-server binary
39
- uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
39
+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
40
40
with :
41
41
name : policy-server-${{ matrix.targetarch }}
42
42
path : |
Original file line number Diff line number Diff line change 81
81
ghcr.io/${{github.repository_owner}}/policy-server:${SBOM_TAG}
82
82
83
83
- name : Upload SBOMs as artifacts
84
- uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
84
+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
85
85
with :
86
86
name : sbom-${{ matrix.arch }}
87
87
path : policy-server-sbom-${{ matrix.arch }}*
You can’t perform that action at this time.
0 commit comments