Skip to content

Commit

Permalink
Merge pull request #67 from paradigmxyz/matt/bump-actions
Browse files Browse the repository at this point in the history
chore: bump actions
  • Loading branch information
mattsse authored Nov 19, 2024
2 parents e8c67df + 37253ab commit 3e3369e
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@v3
uses: actions/cache@v4
with:
path: ${{ steps.set-up-homebrew.outputs.gems-path }}
key: ${{ runner.os }}-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@v3
uses: actions/upload-artifact@v4
with:
name: bottles
path: "*.bottle.*"

0 comments on commit 3e3369e

Please sign in to comment.