Skip to content

Commit 5676352

Browse files
Bump actions/download-artifact from 3 to 4 (#105)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 219717a commit 5676352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
echo "RELEASE_VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV
195195
echo "TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
196196
- name: Download package distribution files
197-
uses: actions/download-artifact@v3
197+
uses: actions/download-artifact@v4
198198
with:
199199
name: package
200200
path: dist

0 commit comments

Comments
 (0)