Skip to content

Commit f259f03

Browse files
Bump actions/download-artifact from 3 to 4.1.7 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 47c4b7d commit f259f03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v4
2121

2222
- name: Fetch build artifacts
23-
uses: actions/download-artifact@v3
23+
uses: actions/download-artifact@v4.1.7
2424

2525
- name: List assets
2626
run: ls -al Assets

.github/workflows/nightly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/checkout@v4
3636

3737
- name: Fetch build artifacts
38-
uses: actions/download-artifact@v3
38+
uses: actions/download-artifact@v4.1.7
3939

4040
- name: Select release notes
4141
id: notes

0 commit comments

Comments
 (0)