From 893fc7c9402dac4bd8c1dd2cbdd42752c59012bd Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sun, 27 Nov 2022 10:19:24 +0100 Subject: Update release.yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7c899106..a260f2f7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: "Checkout Box64 Repository" - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: "Environment preparation" run: | @@ -98,7 +98,7 @@ jobs: ctest -j$(nproc) - name: "Upload Artifact" - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: box64-${{ matrix.platform }}-${{ matrix.type }} path: build/box64 -- cgit 1.4.1