@@ -93,19 +93,19 @@ jobs:
9393 shasum -a 256 Docs.zip > Docs.zip.sha256sum
9494
9595 - name : " Upload linux release artifacts"
96- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
96+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
9797 with :
9898 name : build-linux-elixir-otp-${{ matrix.otp }}
9999 path : elixir-otp-${{ matrix.otp }}.zip
100100
101101 - name : " Upload windows release artifacts"
102- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
102+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
103103 with :
104104 name : build-windows-elixir-otp-${{ matrix.otp }}
105105 path : elixir-otp-${{ matrix.otp }}.exe
106106
107107 - name : " Upload doc artifacts"
108- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
108+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
109109 if : matrix.build_docs
110110 with :
111111 name : Docs
@@ -173,7 +173,7 @@ jobs:
173173 shasum -a 256 "$RELEASE_FILE" > "${RELEASE_FILE}.sha256sum"
174174
175175 - name : " Upload linux release artifacts"
176- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
176+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
177177 with :
178178 name : sign-${{ matrix.flavor }}-elixir-otp-${{ matrix.otp }}
179179 path : ${{ env.RELEASE_FILE }}*
@@ -245,7 +245,7 @@ jobs:
245245 ATTESTATION : " ${{ steps.attest-sbom.outputs.bundle-path }}"
246246
247247 - name : " Assemble Release SBoM Artifacts"
248- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
248+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
249249 with :
250250 name : " SBoM"
251251 path : |
@@ -255,7 +255,7 @@ jobs:
255255 ${{ steps.ort.outputs.results-sbom-spdx-json-path }}
256256
257257 - name : " Assemble Distribution Attestations"
258- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
258+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
259259 with :
260260 name : " Attestations"
261261 path : " attestations/*.sigstore"
0 commit comments