Skip to content

Commit fcd1e9a

Browse files
Bump actions/download-artifact from 6.0.0 to 7.0.0 (#481)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 244e8b0 commit fcd1e9a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
# Ensure npm 11.5.1 or later for trusted publishing support
3434
- name: Update npm
3535
run: npm install -g npm@latest
36-
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
36+
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
3737
with:
3838
name: node-tgzs
3939
path: build/
@@ -113,7 +113,7 @@ jobs:
113113
- ghcr.io
114114
steps:
115115
- name: Download digests
116-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
116+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
117117
with:
118118
path: ${{ runner.temp }}/digests
119119
pattern: digest-*

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@ jobs:
8181
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
8282
with:
8383
node-version: "20.x"
84-
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
84+
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
8585
with:
8686
name: nodeenv-docker-image
8787
path: build/
88-
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
88+
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
8989
with:
9090
name: node-tgzs
9191
path: build/

0 commit comments

Comments
 (0)