From 7fae16f962eaef4841822b2fa35866b4c35a741a Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Thu, 1 Sep 2022 14:56:23 -0400 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 10fd5169..7a993adb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -71,22 +71,22 @@ jobs: arch: x86_64 steps: - - uses: actions/checkout@master + - uses: actions/checkout@v3 with: persist-credentials: false fetch-depth: 0 - name: Cache multiple paths - uses: actions/cache@v2 + uses: actions/cache@v3 id: cache-python-ssl with: path: | bin - key: gam-${{ matrix.jid }}-20220831 + key: gam-${{ matrix.jid }}-20220901 - name: Use pre-compiled Python for testing if: matrix.python != '' - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python }} @@ -700,7 +700,7 @@ jobs: # done - name: Archive production artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 if: github.event_name == 'push' && matrix.goal != 'test' with: name: gam-binaries