Skip to content

Commit 4e6566a

Browse files
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows (#161)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a80f2a8 commit 4e6566a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
artifacts-sha256: ${{ steps.set-hash.outputs.artifacts-sha256 }}
131131
steps:
132132
- name: Download artifacts-sha256
133-
uses: actions/download-artifact@v3
133+
uses: actions/download-artifact@v4.1.7
134134
with:
135135
name: artifacts-sha256
136136
# The SLSA provenance generator expects the hash digest of artifacts to be passed as a job
@@ -163,7 +163,7 @@ jobs:
163163
- name: Checkout repository
164164
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
165165
- name: Download artifacts
166-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
166+
uses: actions/download-artifact@v4.1.7 # v3.0.2
167167
with:
168168
name: gradle-build-outputs
169169
path: build/repo

0 commit comments

Comments
 (0)