Skip to content

Commit 8626940

Browse files
Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 15fc2c5 commit 8626940

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/on_commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,13 +170,13 @@ jobs:
170170
run: yarn --frozen-lockfile
171171

172172
- name: Download Firefox bundle
173-
uses: actions/download-artifact@v2
173+
uses: actions/download-artifact@v4.1.7
174174
with:
175175
name: firefox-bundle
176176
path: packages/firefox/bundle/
177177

178178
- name: Download Chromium bundle
179-
uses: actions/download-artifact@v2
179+
uses: actions/download-artifact@v4.1.7
180180
with:
181181
name: chromium-bundle
182182
path: packages/chromium/bundle/

0 commit comments

Comments
 (0)