diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 923843c..cba8c06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,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: repository: ${{ env.REPOSITORY }} github-token: ${{ secrets.LEON_REPOSITORY_DISPATCH }}