From 512aeb2ba7d2c8f9151af820b0a8c5dbf7bfc634 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Dec 2025 09:00:33 +0000 Subject: [PATCH] Bump actions/download-artifact from 6 to 7 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d18359b87e0..15944755275 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -483,7 +483,7 @@ jobs: node-version-file: .nvmrc - name: Download artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: pattern: "@(binaries-*|lib-ocaml)" @@ -512,7 +512,7 @@ jobs: ssh-key: ${{ secrets.RESCRIPT_LANG_ORG_DEPLOY_KEY }} - name: Download artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: artifact-ids: ${{ needs.build-compiler.outputs.api-docs-artifact-id }} path: data/api @@ -705,7 +705,7 @@ jobs: registry-url: https://registry.npmjs.org # Needed to make auth work for publishing - name: Download artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: pattern: "@(binaries-*|lib-ocaml)"