diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 508ba4e86882..4df4c8b40f9d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -430,7 +430,7 @@ jobs: runs-on: ubuntu-latest needs: build steps: - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v7 with: path: artifacts - name: Release @@ -462,7 +462,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@v6 + - uses: actions/download-artifact@v7 with: path: artifacts - name: Prepare Nightly Release