Skip to content

Commit 1c7e4dc

Browse files
dependabot[bot]flavorjones
authored andcommitted
build(deps): 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] <[email protected]>
1 parent 95ffac7 commit 1c7e4dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gem-install.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
bundler: latest
3131
bundler-cache: true
3232
- run: "bundle exec rake gem:${{matrix.platform}}"
33-
- uses: actions/upload-artifact@v3
33+
- uses: actions/upload-artifact@v4
3434
with:
3535
name: gem-${{matrix.platform}}
3636
path: pkg

0 commit comments

Comments
 (0)