Skip to content

Commit 3127568

Browse files
Bump actions/download-artifact from 2 to 3 (#320)
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 a23fb97 commit 3127568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
with:
108108
fetch-depth: 0
109109
- name: Download distributions
110-
uses: actions/download-artifact@v2
110+
uses: actions/download-artifact@v3
111111
with:
112112
name: dist
113113
path: dist

0 commit comments

Comments
 (0)