diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0864213ba7..b87aaceeb1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -445,7 +445,7 @@ jobs: node-version-file: .nvmrc - name: Download artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: "@(binaries-*|lib-ocaml)" @@ -475,7 +475,7 @@ jobs: ssh-key: ${{ secrets.RESCRIPT_LANG_ORG_DEPLOY_KEY }} - name: Download artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: artifact-ids: ${{ needs.build-compiler.outputs.api-docs-artifact-id }} path: data/api @@ -680,7 +680,7 @@ jobs: registry-url: https://registry.npmjs.org # Needed to make auth work for publishing - name: Download artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: "@(binaries-*|lib-ocaml)"