Skip to content

Commit

Permalink
Bump back action versions, including upload-artifact to avoid errors …
Browse files Browse the repository at this point in the history
…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.
  • Loading branch information
afinetooth committed Oct 4, 2024
1 parent e2c485e commit 8786148
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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.*'

0 comments on commit 8786148

Please sign in to comment.