Skip to content

Commit 1bb9c19

Browse files
authored
Merge pull request #84 from IAPark/dependabot/github_actions/github-actions-dc500464ed
Bump actions/upload-artifact from 4 to 5 in the github-actions group
2 parents 1e0777a + e32f5ce commit 1bb9c19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cross_compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
platform: ${{ matrix.platform }}
3939
ruby-versions: ${{ join(fromJSON(needs.ci-data.outputs.result).stable-ruby-versions, ',') }}
4040

41-
- uses: actions/upload-artifact@v4
41+
- uses: actions/upload-artifact@v5
4242
with:
4343
name: cross-gem-${{ matrix.platform }}
4444
path: ${{ steps.cross-gem.outputs.gem-path }}

0 commit comments

Comments
 (0)