diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af266d6573fa..7028e8e3e56e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -375,7 +375,7 @@ jobs: runs-on: ubuntu-latest needs: build steps: - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v6 with: path: artifacts - name: Release @@ -407,7 +407,7 @@ jobs: # Doesn't seem to be working when additionally fetching from lean4-nightly #filter: tree:0 token: ${{ secrets.PUSH_NIGHTLY_TOKEN }} - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v6 with: path: artifacts - name: Prepare Nightly Release