diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 93d9e0d7..563172be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -141,7 +141,7 @@ jobs: steps: # No need to checkout the project, since all we need is to download the # build artifact from the build step. - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: name: build path: build