diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/release.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |