Skip to content

Commit 0b063ec

Browse files
build(deps): bump actions/download-artifact from 4 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cc4ec4e commit 0b063ec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
if: startsWith(github.ref, 'refs/tags/')
169169

170170
steps:
171-
- uses: actions/download-artifact@v4
171+
- uses: actions/download-artifact@v6
172172
with:
173173
pattern: build-*
174174
path: dist
@@ -228,7 +228,7 @@ jobs:
228228
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
229229
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
230230

231-
- uses: actions/download-artifact@v4
231+
- uses: actions/download-artifact@v6
232232
with:
233233
name: docs
234234
path: docs-latest

0 commit comments

Comments
 (0)