Skip to content

Commit d94c8ca

Browse files
Bump actions/upload-artifact from 7.0.0 to 7.0.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@bbbca2d...043fb46) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 808075d commit d94c8ca

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292

9393
- name: "Upload Coverage Artifact"
9494
if: ${{ matrix.coverage }}
95-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
95+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
9696
with:
9797
name: TestCoverage
9898
path: cover/*

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,19 +100,19 @@ jobs:
100100
shasum -a 256 Docs.zip > Docs.zip.sha256sum
101101
102102
- name: "Upload Linux release artifacts"
103-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
103+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
104104
with:
105105
name: build-linux-elixir-otp-${{ matrix.otp }}
106106
path: elixir-otp-${{ matrix.otp }}.zip
107107

108108
- name: "Upload Windows release artifacts"
109-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
109+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
110110
with:
111111
name: build-windows-elixir-otp-${{ matrix.otp }}
112112
path: elixir-otp-${{ matrix.otp }}.exe
113113

114114
- name: "Upload doc artifacts"
115-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
115+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
116116
if: matrix.build_docs
117117
with:
118118
name: Docs
@@ -182,7 +182,7 @@ jobs:
182182
shasum -a 256 "$RELEASE_FILE" > "${RELEASE_FILE}.sha256sum"
183183
184184
- name: "Upload Linux release artifacts"
185-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
185+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
186186
with:
187187
name: sign-${{ matrix.flavor }}-elixir-otp-${{ matrix.otp }}
188188
path: ${{ env.RELEASE_FILE }}*
@@ -258,7 +258,7 @@ jobs:
258258
SBOM_SPDX_JSON: "${{ steps.ort.outputs.results-sbom-spdx-json-path }}"
259259

260260
- name: "Assemble Release SBoM Artifacts"
261-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
261+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
262262
with:
263263
name: "SBoM"
264264
path: |
@@ -268,7 +268,7 @@ jobs:
268268
${{ steps.ort.outputs.results-sbom-spdx-json-path }}
269269
270270
- name: "Assemble Distribution Attestations"
271-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
271+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
272272
with:
273273
name: "Attestations"
274274
path: "attestations/*.sigstore"

0 commit comments

Comments
 (0)