Skip to content

Commit e46b65d

Browse files
build(deps): bump actions/download-artifact from 5.0.0 to 6.0.0
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@634f93c...018cc2c) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 56c0024 commit e46b65d

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
runs-on: macos-14
9494

9595
steps:
96-
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # 5.0.0
96+
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # 6.0.0
9797
with:
9898
pattern: unsigned-bin-macos-*
9999
merge-multiple: true
@@ -146,7 +146,7 @@ jobs:
146146
echo "$APPLE_API_KEY" | base64 --decode > ${{ env.APPLE_API_KEY_PATH }}
147147
148148
- name: Download unsigned binary
149-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # 5.0.0
149+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # 6.0.0
150150
with:
151151
name: unsigned-bin-macos-${{ matrix.arch }}
152152

@@ -229,7 +229,7 @@ jobs:
229229
node-version: '20.10.0'
230230

231231
- name: Download compiled binaries
232-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # 5.0.0
232+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # 6.0.0
233233
with:
234234
pattern: artifact-bin-*
235235
merge-multiple: true
@@ -274,12 +274,12 @@ jobs:
274274
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # 6.0.0
275275
with:
276276
python-version: '3.11'
277-
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # 5.0.0
277+
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # 6.0.0
278278
with:
279279
pattern: artifact-bin-*
280280
merge-multiple: true
281281
path: binaries
282-
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # 5.0.0
282+
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # 6.0.0
283283
with:
284284
name: python-base
285285
merge-multiple: true
@@ -300,7 +300,7 @@ jobs:
300300
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # 6.0.0
301301
with:
302302
node-version: '20.10.0'
303-
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # 5.0.0
303+
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # 6.0.0
304304
with:
305305
pattern: artifact-bin-*
306306
merge-multiple: true

0 commit comments

Comments
 (0)