diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-11-27 10:19:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-27 10:19:24 +0100 |
| commit | 893fc7c9402dac4bd8c1dd2cbdd42752c59012bd (patch) | |
| tree | 062c31ca81c20d1fce5a6eaeb9b2d7065d734a4d /.github | |
| parent | 3819aecf078fcf47b2bc73713531361406a51895 (diff) | |
| download | box64-893fc7c9402dac4bd8c1dd2cbdd42752c59012bd.tar.gz box64-893fc7c9402dac4bd8c1dd2cbdd42752c59012bd.zip | |
Update release.yml
Diffstat (limited to '.github')
| -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 |