Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-kan authored Dec 11, 2024
1 parent 0ca5a26 commit 25da65f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ jobs:
make pdf -C presentation
mv presentation/pre.pdf pre.ubuntu.pdf
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: |
main.*.pdf
pre.*.pdf
- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
Expand Down

0 comments on commit 25da65f

Please sign in to comment.