diff --git a/.github/workflows/cache.yml b/.github/workflows/cache.yml index d40f043..22be241 100644 --- a/.github/workflows/cache.yml +++ b/.github/workflows/cache.yml @@ -23,13 +23,13 @@ jobs: jb build lectures --path-output ./ --keep-going # TODO: Re-enable -W flag once all lectures are translated and warnings are resolved - name: Upload Execution Reports - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 if: failure() with: name: execution-reports path: _build/html/reports - name: Upload "_build" folder (cache) - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: build-cache path: _build diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb8f2f2..820b75e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: run: | jb build lectures --path-output ./ -n --keep-going - name: Upload Execution Reports - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 if: failure() with: name: execution-reports