Skip to content

Commit e9370bb

Browse files
Bump actions/upload-artifact from 4.6.2 to 5.0.0 (elixir-lang#14863)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 5.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@ea165f8...330a01c) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f175f5f commit e9370bb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
taskset 1 make check_reproducible
9898
- name: "Upload Coverage Artifact"
9999
if: "${{ matrix.coverage }}"
100-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
100+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
101101
with:
102102
name: TestCoverage
103103
path: cover/*

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)