diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1215707d..1bf35edc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -136,7 +136,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@v6 + - uses: actions/download-artifact@v7 with: name: build path: build