Skip to content

Commit 9cd3626

Browse files
chore(deps): bump actions/download-artifact from 2 to 3 (#761)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v2...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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dd1ba3b commit 9cd3626

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
run: yarn install --frozen-lockfile
7676

7777
- name: Download build artifact
78-
uses: actions/download-artifact@v2
78+
uses: actions/download-artifact@v3
7979
with:
8080
name: lib
8181
path: lib
@@ -107,7 +107,7 @@ jobs:
107107
run: yarn install --frozen-lockfile
108108

109109
- name: Download build artifact
110-
uses: actions/download-artifact@v2
110+
uses: actions/download-artifact@v3
111111
with:
112112
name: lib
113113
path: lib

0 commit comments

Comments
 (0)