Skip to content

Commit 878187c

Browse files
chore(deps): bump actions/download-artifact from 7.0.0 to 8.0.1
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7.0.0 to 8.0.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@37930b1...3e5f45b) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cded92e commit 878187c

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
npm i --ignore-scripts --loglevel=silly --no-save $dev_requirements
172172
- name: fetch build artifact
173173
# see https://github.com/actions/download-artifact
174-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
174+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
175175
with:
176176
name: ${{ env.DIST_DIR }}
177177
path: ${{ env.DIST_DIR }}
@@ -251,7 +251,7 @@ jobs:
251251
npm rebuild --loglevel=silly libxmljs2 || npm uninstall --no-save libxmljs2 || true
252252
- name: fetch build artifact
253253
# see https://github.com/actions/download-artifact
254-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
254+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
255255
with:
256256
name: ${{ env.DIST_DIR }}
257257
path: ${{ env.DIST_DIR }}
@@ -281,7 +281,7 @@ jobs:
281281
steps:
282282
- name: fetch test artifacts
283283
# see https://github.com/actions/download-artifact
284-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
284+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
285285
with:
286286
pattern: '${{ env.TESTS_REPORTS_ARTIFACT }}_*'
287287
merge-multiple: true

.github/workflows/npm-ls_demo-results.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
steps:
128128
- name: fetch and combine RESULTS
129129
# see https://github.com/actions/download-artifact
130-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
130+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
131131
with:
132132
pattern: '${{ env.RESULTS_ARTIFACT }}_*'
133133
merge-multiple: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
steps:
150150
- name: fetch release result
151151
# see https://github.com/actions/download-artifact
152-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
152+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
153153
with:
154154
name: ${{ env.PACKED_ARTIFACT }}
155155
path: ${{ env.ASSETS_DIR }}

0 commit comments

Comments
 (0)