diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77b63a3..cc80be4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - name: Compile LaTeX document run: make build - name: Upload artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Praesentation.pdf path: out/Praesentation.pdf