From 2adb70e4488122b9f7d974e220a4ab8a11453def Mon Sep 17 00:00:00 2001 From: Mirko Milovanovic Date: Sun, 9 Feb 2025 22:05:35 +0100 Subject: [PATCH] Update actions/checkout and actions/upload-artifact versions in workflow --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6d8d642..7332a59 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Set up Git repository - uses: actions/checkout@v4 + uses: actions/checkout@v4.2.2 - name: Compile LaTeX document uses: xu-cheng/latex-action@3.2.0 @@ -21,7 +21,7 @@ jobs: - name: Upload PDF file if: github.ref == 'refs/heads/main' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v4.6.0 with: name: PDF path: Tesi.pdf \ No newline at end of file