From 8786148a495be8c50c9447c427cbf2efc8d1bbcd Mon Sep 17 00:00:00 2001 From: James Kessler Date: Thu, 3 Oct 2024 17:35:25 -0700 Subject: [PATCH] Bump back action versions, including upload-artifact to avoid errors re: duplicate artifact names. We just need to get this working asap, so hopefully bumping the version of the will address potential issues in new versions of upload-artifact. --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 812fc39..b544bc3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,7 +19,7 @@ jobs: - name: Cache Homebrew Bundler RubyGems id: cache - uses: actions/cache@v4 + uses: actions/cache@v3 with: path: ${{ steps.set-up-homebrew.outputs.gems-path }} key: ${{ matrix.os }}-cache-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }} @@ -40,7 +40,7 @@ jobs: - name: Upload bottles as artifact if: always() && github.event_name == 'pull_request' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: bottles path: '*.bottle.*'