Skip to content

Commit 421e048

Browse files
Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 1 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v1...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6d3474b commit 421e048

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -78,17 +78,17 @@ jobs:
7878
run: yarn install --ignore-scripts
7979

8080
- name: Download macOS addon
81-
uses: actions/download-artifact@v1
81+
uses: actions/download-artifact@v4.1.7
8282
with:
8383
name: addon-macOS
8484

8585
- name: Download Linux addon
86-
uses: actions/download-artifact@v1
86+
uses: actions/download-artifact@v4.1.7
8787
with:
8888
name: addon-Linux
8989

9090
- name: Download Windows addon
91-
uses: actions/download-artifact@v1
91+
uses: actions/download-artifact@v4.1.7
9292
with:
9393
name: addon-Windows
9494

0 commit comments

Comments
 (0)