From ae5368a52d1ad0f0f8ef30aedcc9dc53c3e22ab5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Mur=C3=A7a?= Date: Mon, 5 Feb 2024 14:51:42 -0300 Subject: [PATCH 1/2] Testing workflow --- main.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/main.tex b/main.tex index 0156487..cd57287 100644 --- a/main.tex +++ b/main.tex @@ -21,6 +21,7 @@ \maketitle \begin{abstract} + Hello world! This meta-paper describes the style to be used in articles and short papers for SBC conferences. For papers in English, you should add just an abstract while for the papers in Portuguese, we also ask for an abstract in From c8a78d15b009745089c808969b22dc2d9444bf1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Mur=C3=A7a?= <106257713+leomurca@users.noreply.github.com> Date: Mon, 5 Feb 2024 14:58:26 -0300 Subject: [PATCH 2/2] Update release-pdf-for-review.yml --- .github/workflows/release-pdf-for-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-pdf-for-review.yml b/.github/workflows/release-pdf-for-review.yml index ee8a30b..36c3de6 100644 --- a/.github/workflows/release-pdf-for-review.yml +++ b/.github/workflows/release-pdf-for-review.yml @@ -15,7 +15,7 @@ jobs: with: root_file: main.tex - name: Upload PDF file - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: undergraduate-thesis-for-review path: main.pdf