Skip to content

Commit 4798cc3

Browse files
Bump actions/upload-artifact from 5 to 6 (#33)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' 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 00da4f2 commit 4798cc3

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@v5
43+
- uses: actions/upload-artifact@v6
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@v5
52+
- uses: actions/upload-artifact/merge@v6
5353
with:
5454
name: cross-gem
5555
pattern: mrml-ruby-*

0 commit comments

Comments
 (0)