From c6c1b35fdf9db9a0ec7b90c994cc346fcb0c391a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dami=C3=A1n=20Parrino?= Date: Wed, 8 Jan 2025 12:38:53 -0300 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 11960b3..97f8d53 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: os: [macos-latest, ubuntu-latest] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Install Ubuntu requirements if: matrix.os == 'ubuntu-latest' @@ -74,7 +74,7 @@ jobs: tears2-checksum-fixer/tears2-checksum-fixer \ toz-checksum-fixer/toz-checksum-fixer - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: build-${{ steps.slug.outputs.sha8 }}-${{matrix.os}} path: build.tar.gz