From a05ec86d2574289be28aad0e6ba3982e015bc268 Mon Sep 17 00:00:00 2001 From: Robin Jones Date: Sat, 11 Feb 2023 10:43:03 +0000 Subject: [PATCH] [SC64] Update CI actions (#25) --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 31af60c..1f2d3e9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: submodules: true @@ -25,7 +25,7 @@ jobs: run: ./docker_build.sh release --force-clean - name: Upload artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: SC64 path: SC64.zip @@ -33,13 +33,13 @@ jobs: - name: Get release if: github.event_name == 'release' && github.event.action == 'created' id: get_release - uses: bruceadams/get-release@v1.2.2 + uses: bruceadams/get-release@v1.3.2 env: GITHUB_TOKEN: ${{ github.token }} - name: Upload release asset if: github.event_name == 'release' && github.event.action == 'created' - uses: actions/upload-release-asset@v1 + uses: actions/upload-release-asset@v1 # This will start failing soon due to needing node 12! env: GITHUB_TOKEN: ${{ github.token }} with: