Skip to content

Commit 7aeda81

Browse files
committed
Update GH action
Signed-off-by: Marcello Seri <marcello.seri@gmail.com>
1 parent 791d6df commit 7aeda81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/generate_pdf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
6868
- name: Upload PDF
6969
if: ${{ success() }}
70-
uses: actions/upload-artifact@v2
70+
uses: actions/upload-artifact@v4
7171
with:
7272
path: assets/aom-tg.pdf
7373
name: aom-tg-${{ env.BUILD_DATE }}-${{ env.GITHUB_TAG }}.pdf
@@ -83,7 +83,7 @@ jobs:
8383
8484
- name: Upload PDF
8585
if: ${{ success() }}
86-
uses: actions/upload-artifact@v2
86+
uses: actions/upload-artifact@v4
8787
with:
8888
path: assets/aom-od.pdf
8989
name: aom-od-${{ env.BUILD_DATE }}-${{ env.GITHUB_TAG }}.pdf

0 commit comments

Comments
 (0)