diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4cef6141..1cb9e727 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -102,7 +102,7 @@ jobs: run: yarn spec:earl - name: Upload earl if: matrix.node-version == '22.x' && matrix.os == 'ubuntu-latest' - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: earl report path: engines/*/spec/earl-*.ttl