Skip to content

Commit dcf129d

Browse files
dependabot[bot]foosel
authored andcommitted
Bump actions/download-artifact from 1 to 3
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 1 to 3. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v1...v3) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8f67794 commit dcf129d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: ubuntu-latest
5555
steps:
5656
- name: ⬇ Download build result
57-
uses: actions/download-artifact@v1
57+
uses: actions/download-artifact@v3
5858
with:
5959
name: dist
6060
path: dist
@@ -71,7 +71,7 @@ jobs:
7171
runs-on: ubuntu-latest
7272
steps:
7373
- name: ⬇ Download build result
74-
uses: actions/download-artifact@v1
74+
uses: actions/download-artifact@v3
7575
with:
7676
name: dist
7777
path: dist

0 commit comments

Comments
 (0)