Skip to content

Commit

Permalink
Merge pull request #14 from hardpixel/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
jonian authored Jun 11, 2024
2 parents 15b316a + 8304dd4 commit c0ab2e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cross-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
platform: ${{ matrix.platform }}
ruby-versions: 2.6,2.7,${{ join(fromJSON(needs.ci-data.outputs.result).stable-ruby-versions) }}

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: cross-gem
path: ${{ steps.cross-gem.outputs.gem-path }}

0 comments on commit c0ab2e0

Please sign in to comment.