Skip to content

Commit 92c3925

Browse files
chore(deps): bump actions/download-artifact from 4 to 5
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] <[email protected]>
1 parent dc16c7e commit 92c3925

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
npm i --ignore-scripts --loglevel=silly --no-save $dev_requirements
170170
- name: fetch build artifact
171171
# see https://github.com/actions/download-artifact
172-
uses: actions/download-artifact@v4
172+
uses: actions/download-artifact@v5
173173
with:
174174
name: dist
175175
path: dist
@@ -228,7 +228,7 @@ jobs:
228228
# cache-dependency-path: "**/package-lock.json"
229229
- name: fetch build artifact
230230
# see https://github.com/actions/download-artifact
231-
uses: actions/download-artifact@v4
231+
uses: actions/download-artifact@v5
232232
with:
233233
name: dist
234234
path: dist
@@ -248,7 +248,7 @@ jobs:
248248
steps:
249249
- name: fetch test artifacts
250250
# see https://github.com/actions/download-artifact
251-
uses: actions/download-artifact@v4
251+
uses: actions/download-artifact@v5
252252
with:
253253
pattern: '${{ env.TESTS_REPORTS_ARTIFACT }}_*'
254254
merge-multiple: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
steps:
165165
- name: fetch release result
166166
# see https://github.com/actions/download-artifact
167-
uses: actions/download-artifact@v4
167+
uses: actions/download-artifact@v5
168168
with:
169169
name: ${{ env.PACKED_ARTIFACT }}
170170
path: ${{ env.ASSETS_DIR }}

0 commit comments

Comments
 (0)