diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a7fc50..fd98e43 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -131,7 +131,7 @@ jobs: echo "Example PDFs built." - name: Upload Example PDFs - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: ${{ env.OUTPUT_ARTIFACTS_NAME }} # Use the same name expected by release job path: ./examples/*.pdf