Skip to content

Commit 06bf56a

Browse files
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6647945 commit 06bf56a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
./python/tools/prepare_test_environment.sh
198198
199199
- name: Download Python wheels
200-
uses: actions/download-artifact@v3
200+
uses: actions/download-artifact@v4.1.7
201201
with:
202202
name: python-wheels
203203

@@ -257,7 +257,7 @@ jobs:
257257

258258
steps:
259259
- name: Download Python wheels
260-
uses: actions/download-artifact@v3
260+
uses: actions/download-artifact@v4.1.7
261261
with:
262262
name: python-wheels
263263

@@ -307,7 +307,7 @@ jobs:
307307
python-version: 3.8
308308

309309
- name: Download CTranslate2 wheels
310-
uses: actions/download-artifact@v3
310+
uses: actions/download-artifact@v4.1.7
311311
with:
312312
name: python-wheels
313313

0 commit comments

Comments
 (0)