Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit d2c4361

Browse files
Bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 489e222 commit d2c4361

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: gem build *.gemspec
2929
- name: Upload artifacts for ruby version 3 and ubuntu
3030
if: ${{ matrix.os == 'ubuntu-latest' && matrix.ruby-version == '3.2'}}
31-
uses: actions/upload-artifact@v3
31+
uses: actions/upload-artifact@v4
3232
with:
3333
name: drop
3434
path: |

0 commit comments

Comments
 (0)