diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf8ad90..c03db57 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@v6 + - uses: actions/download-artifact@v7 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@v6 + - uses: actions/download-artifact@v7 with: name: build path: build