Skip to content

Commit aab2ae6

Browse files
ci(deps): bump actions/download-artifact from 6 to 7 (#29)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' 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 2039884 commit aab2ae6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
fetch-depth: 0
7171

7272
- name: Download build artifacts
73-
uses: actions/download-artifact@v6
73+
uses: actions/download-artifact@v7
7474
with:
7575
name: dist
7676
path: dist/
@@ -153,7 +153,7 @@ jobs:
153153
id-token: write
154154
steps:
155155
- name: Download build artifacts
156-
uses: actions/download-artifact@v6
156+
uses: actions/download-artifact@v7
157157
with:
158158
name: dist
159159
path: dist/
@@ -172,7 +172,7 @@ jobs:
172172
id-token: write
173173
steps:
174174
- name: Download build artifacts
175-
uses: actions/download-artifact@v6
175+
uses: actions/download-artifact@v7
176176
with:
177177
name: dist
178178
path: dist/

0 commit comments

Comments
 (0)