Skip to content

Commit 85adb86

Browse files
Bump actions/download-artifact from 3 to 4 (#171)
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 1ad169a commit 85adb86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
runs-on: ubuntu-latest
106106
if: github.event_name == 'release' && github.event.action == 'published'
107107
steps:
108-
- uses: actions/download-artifact@v3
108+
- uses: actions/download-artifact@v4
109109
with:
110110
name: artifact
111111
path: dist

0 commit comments

Comments
 (0)