Skip to content

Commit 7ef095e

Browse files
Bump actions/upload-artifact from 4 to 5 (#30)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 360c0c8 commit 7ef095e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cross-compile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
platform: ${{ matrix.platform }}
4141
ruby-versions: "2.7,3.0,3.1,3.2,3.3,3.4"
4242

43-
- uses: actions/upload-artifact@v4
43+
- uses: actions/upload-artifact@v5
4444
with:
4545
name: mrml-ruby-${{ matrix.platform }}
4646
path: ${{ steps.cross-gem.outputs.gem-path }}
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: ubuntu-latest
5050
needs: cross-gem
5151
steps:
52-
- uses: actions/upload-artifact/merge@v4
52+
- uses: actions/upload-artifact/merge@v5
5353
with:
5454
name: cross-gem
5555
pattern: mrml-ruby-*

0 commit comments

Comments
 (0)