Skip to content

Commit 0ca91ec

Browse files
Bump actions/download-artifact from 5.0.0 to 6.0.0 (#474)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 747f883 commit 0ca91ec

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@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
36+
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.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@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
116+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.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@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
8282
with:
8383
node-version: "18.x"
84-
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
84+
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
8585
with:
8686
name: nodeenv-docker-image
8787
path: build/
88-
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
88+
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
8989
with:
9090
name: node-tgzs
9191
path: build/

0 commit comments

Comments
 (0)