Skip to content

Commit

Permalink
Update GH action
Browse files Browse the repository at this point in the history
Signed-off-by: Marcello Seri <[email protected]>
  • Loading branch information
mseri committed Sep 17, 2024
1 parent 791d6df commit 7aeda81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate_pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Upload PDF
if: ${{ success() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
path: assets/aom-tg.pdf
name: aom-tg-${{ env.BUILD_DATE }}-${{ env.GITHUB_TAG }}.pdf
Expand All @@ -83,7 +83,7 @@ jobs:
- name: Upload PDF
if: ${{ success() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
path: assets/aom-od.pdf
name: aom-od-${{ env.BUILD_DATE }}-${{ env.GITHUB_TAG }}.pdf
Expand Down

0 comments on commit 7aeda81

Please sign in to comment.