Skip to content

Commit ead44b9

Browse files
ci(deps): bump actions/download-artifact from 4 to 5 (#19)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' 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 fbb6adc commit ead44b9

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@v4
73+
uses: actions/download-artifact@v5
7474
with:
7575
name: dist
7676
path: dist/
@@ -118,7 +118,7 @@ jobs:
118118
id-token: write
119119
steps:
120120
- name: Download build artifacts
121-
uses: actions/download-artifact@v4
121+
uses: actions/download-artifact@v5
122122
with:
123123
name: dist
124124
path: dist/
@@ -137,7 +137,7 @@ jobs:
137137
id-token: write
138138
steps:
139139
- name: Download build artifacts
140-
uses: actions/download-artifact@v4
140+
uses: actions/download-artifact@v5
141141
with:
142142
name: dist
143143
path: dist/

0 commit comments

Comments
 (0)