@@ -91,19 +91,19 @@ jobs:
91
91
shasum -a 256 Docs.zip > Docs.zip.sha256sum
92
92
93
93
- name : " Upload linux release artifacts"
94
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
94
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
95
95
with :
96
96
name : build-linux-elixir-otp-${{ matrix.otp }}
97
97
path : elixir-otp-${{ matrix.otp }}.zip
98
98
99
99
- name : " Upload windows release artifacts"
100
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
100
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
101
101
with :
102
102
name : build-windows-elixir-otp-${{ matrix.otp }}
103
103
path : elixir-otp-${{ matrix.otp }}.exe
104
104
105
105
- name : " Upload doc artifacts"
106
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
106
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
107
107
if : matrix.build_docs
108
108
with :
109
109
name : Docs
@@ -172,7 +172,7 @@ jobs:
172
172
shasum -a 256 "$RELEASE_FILE" > "${RELEASE_FILE}.sha256sum"
173
173
174
174
- name : " Upload linux release artifacts"
175
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
175
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
176
176
with :
177
177
name : sign-${{ matrix.flavor }}-elixir-otp-${{ matrix.otp }}
178
178
path : ${{ env.RELEASE_FILE }}*
@@ -244,7 +244,7 @@ jobs:
244
244
ATTESTATION : " ${{ steps.attest-sbom.outputs.bundle-path }}"
245
245
246
246
- name : " Assemble Release SBoM Artifacts"
247
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
247
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
248
248
with :
249
249
name : " SBoM"
250
250
path : |
@@ -254,7 +254,7 @@ jobs:
254
254
${{ steps.ort.outputs.results-sbom-spdx-json-path }}
255
255
256
256
- name : " Assemble Distribution Attestations"
257
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
257
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
258
258
with :
259
259
name : " Attestations"
260
260
path : " attestations/*.sigstore"
0 commit comments