diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e179ca..9b58f03 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,7 @@ jobs: - uses: actions/checkout@v6 # Download the build from the previous step. - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: name: build path: build @@ -131,7 +131,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