Skip to content

Commit 29f0396

Browse files
Bump actions/download-artifact from 7 to 8 (#8271)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 69b1d26 commit 29f0396

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ jobs:
445445
node-version-file: .nvmrc
446446

447447
- name: Download artifacts
448-
uses: actions/download-artifact@v7
448+
uses: actions/download-artifact@v8
449449
with:
450450
pattern: "@(binaries-*|lib-ocaml)"
451451

@@ -475,7 +475,7 @@ jobs:
475475
ssh-key: ${{ secrets.RESCRIPT_LANG_ORG_DEPLOY_KEY }}
476476

477477
- name: Download artifacts
478-
uses: actions/download-artifact@v7
478+
uses: actions/download-artifact@v8
479479
with:
480480
artifact-ids: ${{ needs.build-compiler.outputs.api-docs-artifact-id }}
481481
path: data/api
@@ -680,7 +680,7 @@ jobs:
680680
registry-url: https://registry.npmjs.org # Needed to make auth work for publishing
681681

682682
- name: Download artifacts
683-
uses: actions/download-artifact@v7
683+
uses: actions/download-artifact@v8
684684
with:
685685
pattern: "@(binaries-*|lib-ocaml)"
686686

0 commit comments

Comments
 (0)