Skip to content

Commit 5cfdd4f

Browse files
dependabot[bot]fhussonnois
authored andcommitted
build(deps): bump actions/download-artifact in /.github/workflows
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]>
1 parent 69d7c44 commit 5cfdd4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/early-access.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
clean: true
5555

5656
- name: 'Download all artifacts'
57-
uses: actions/download-artifact@v3
57+
uses: actions/download-artifact@v4.1.7
5858

5959
- name: 'Set up Java'
6060
uses: actions/setup-java@v3

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
fetch-depth: 0
172172

173173
- name: 'Download all artifacts'
174-
uses: actions/download-artifact@v3
174+
uses: actions/download-artifact@v4.1.7
175175

176176
- name: 'Set up Java'
177177
uses: actions/setup-java@v3

0 commit comments

Comments
 (0)