diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9699f07..8b1cd3a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: - name: Compile TeX to PDF run: tectonic main.tex - name: Tag release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 if: startsWith(github.ref, 'refs/tags/') with: files: main.pdf