Skip to content

Commit 21f93fc

Browse files
ci(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 b22e669 commit 21f93fc

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
@@ -54,7 +54,7 @@ jobs:
5454

5555
steps:
5656
- name: Download distribution artifacts
57-
uses: actions/download-artifact@v4
57+
uses: actions/download-artifact@v6
5858
with:
5959
name: dist
6060
path: dist/
@@ -74,7 +74,7 @@ jobs:
7474

7575
steps:
7676
- name: Download distribution artifacts
77-
uses: actions/download-artifact@v4
77+
uses: actions/download-artifact@v6
7878
with:
7979
name: dist
8080
path: dist/

0 commit comments

Comments
 (0)