From 3e5fd385fe8c5642e3380a0e04590760491f184f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 21:02:21 +0000 Subject: [PATCH] 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](https://github.com/actions/upload-artifact/compare/330a01c490aca151604b8cf639adc76d48f6c5d4...b7c566a772e6b6bfb58ed0dc250532a479d7789f) --- 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] --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b99d2ee667c..fccd0290da7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,7 +100,7 @@ jobs: - name: "Upload Coverage Artifact" if: ${{ matrix.coverage }} - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: name: TestCoverage path: cover/* diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 59c1aa80351..35112a630f2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -97,19 +97,19 @@ jobs: shasum -a 256 Docs.zip > Docs.zip.sha256sum - name: "Upload Linux release artifacts" - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: name: build-linux-elixir-otp-${{ matrix.otp }} path: elixir-otp-${{ matrix.otp }}.zip - name: "Upload Windows release artifacts" - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: name: build-windows-elixir-otp-${{ matrix.otp }} path: elixir-otp-${{ matrix.otp }}.exe - name: "Upload doc artifacts" - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 if: matrix.build_docs with: name: Docs @@ -179,7 +179,7 @@ jobs: shasum -a 256 "$RELEASE_FILE" > "${RELEASE_FILE}.sha256sum" - name: "Upload Linux release artifacts" - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: name: sign-${{ matrix.flavor }}-elixir-otp-${{ matrix.otp }} path: ${{ env.RELEASE_FILE }}* @@ -249,7 +249,7 @@ jobs: ATTESTATION: "${{ steps.attest-sbom.outputs.bundle-path }}" - name: "Assemble Release SBoM Artifacts" - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: name: "SBoM" path: | @@ -259,7 +259,7 @@ jobs: ${{ steps.ort.outputs.results-sbom-spdx-json-path }} - name: "Assemble Distribution Attestations" - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: name: "Attestations" path: "attestations/*.sigstore"