Skip to content

Commit 95b63d7

Browse files
Bump actions/upload-artifact from 4.6.1 to 4.6.2 (#14360)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.1 to 4.6.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@4cec3d8...ea165f8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b096b50 commit 95b63d7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: .github/workflows/release.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -91,19 +91,19 @@ jobs:
9191
shasum -a 256 Docs.zip > Docs.zip.sha256sum
9292
9393
- name: "Upload linux release artifacts"
94-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
94+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
9595
with:
9696
name: build-linux-elixir-otp-${{ matrix.otp }}
9797
path: elixir-otp-${{ matrix.otp }}.zip
9898

9999
- name: "Upload windows release artifacts"
100-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
100+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
101101
with:
102102
name: build-windows-elixir-otp-${{ matrix.otp }}
103103
path: elixir-otp-${{ matrix.otp }}.exe
104104

105105
- name: "Upload doc artifacts"
106-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
106+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
107107
if: matrix.build_docs
108108
with:
109109
name: Docs
@@ -172,7 +172,7 @@ jobs:
172172
shasum -a 256 "$RELEASE_FILE" > "${RELEASE_FILE}.sha256sum"
173173
174174
- name: "Upload linux release artifacts"
175-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
175+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
176176
with:
177177
name: sign-${{ matrix.flavor }}-elixir-otp-${{ matrix.otp }}
178178
path: ${{ env.RELEASE_FILE }}*
@@ -244,7 +244,7 @@ jobs:
244244
ATTESTATION: "${{ steps.attest-sbom.outputs.bundle-path }}"
245245

246246
- name: "Assemble Release SBoM Artifacts"
247-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
247+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
248248
with:
249249
name: "SBoM"
250250
path: |
@@ -254,7 +254,7 @@ jobs:
254254
${{ steps.ort.outputs.results-sbom-spdx-json-path }}
255255
256256
- name: "Assemble Distribution Attestations"
257-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
257+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
258258
with:
259259
name: "Attestations"
260260
path: "attestations/*.sigstore"

0 commit comments

Comments
 (0)