Skip to content

Commit 3e5fd38

Browse files
Bump actions/upload-artifact from 5.0.0 to 6.0.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@330a01c...b7c566a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e622a26 commit 3e5fd38

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
@@ -100,7 +100,7 @@ jobs:
100100

101101
- name: "Upload Coverage Artifact"
102102
if: ${{ matrix.coverage }}
103-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
103+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
104104
with:
105105
name: TestCoverage
106106
path: cover/*

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,19 +97,19 @@ jobs:
9797
shasum -a 256 Docs.zip > Docs.zip.sha256sum
9898
9999
- name: "Upload Linux release artifacts"
100-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
100+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
101101
with:
102102
name: build-linux-elixir-otp-${{ matrix.otp }}
103103
path: elixir-otp-${{ matrix.otp }}.zip
104104

105105
- name: "Upload Windows release artifacts"
106-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
106+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
107107
with:
108108
name: build-windows-elixir-otp-${{ matrix.otp }}
109109
path: elixir-otp-${{ matrix.otp }}.exe
110110

111111
- name: "Upload doc artifacts"
112-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
112+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
113113
if: matrix.build_docs
114114
with:
115115
name: Docs
@@ -179,7 +179,7 @@ jobs:
179179
shasum -a 256 "$RELEASE_FILE" > "${RELEASE_FILE}.sha256sum"
180180
181181
- name: "Upload Linux release artifacts"
182-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
182+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
183183
with:
184184
name: sign-${{ matrix.flavor }}-elixir-otp-${{ matrix.otp }}
185185
path: ${{ env.RELEASE_FILE }}*
@@ -249,7 +249,7 @@ jobs:
249249
ATTESTATION: "${{ steps.attest-sbom.outputs.bundle-path }}"
250250

251251
- name: "Assemble Release SBoM Artifacts"
252-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
252+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
253253
with:
254254
name: "SBoM"
255255
path: |
@@ -259,7 +259,7 @@ jobs:
259259
${{ steps.ort.outputs.results-sbom-spdx-json-path }}
260260
261261
- name: "Assemble Distribution Attestations"
262-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
262+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
263263
with:
264264
name: "Attestations"
265265
path: "attestations/*.sigstore"

0 commit comments

Comments
 (0)