diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c6e80ef..c89aeac 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,7 +21,7 @@ jobs: run: mkdir dist && mv main.pdf dist/buku-ta.pdf - name: Upload Pages artifact - uses: actions/upload-pages-artifact@v3.0.0 + uses: actions/upload-pages-artifact@v3.0.1 with: path: dist