Skip to content

Commit e8dde86

Browse files
authored
Merge pull request #439 from sparklemotion/dependabot/github_actions/actions/upload-artifact-4
build(deps): bump actions/upload-artifact from 3 to 4
2 parents ad3ce89 + 5b1fdb9 commit e8dde86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gem-install.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
ruby-version: "3.1"
5151
bundler-cache: true
5252
- run: ./bin/test-gem-build gems ruby
53-
- uses: actions/upload-artifact@v3
53+
- uses: actions/upload-artifact@v4
5454
with:
5555
name: cruby-gem
5656
path: gems
@@ -171,7 +171,7 @@ jobs:
171171
run: |
172172
docker run --rm -v "$(pwd):/sqlite3" -w /sqlite3 ${DOCKER_IMAGE} \
173173
./bin/test-gem-build gems ${{matrix.plat}}
174-
- uses: actions/upload-artifact@v3
174+
- uses: actions/upload-artifact@v4
175175
with:
176176
name: "cruby-${{matrix.plat}}-gem"
177177
path: gems

0 commit comments

Comments
 (0)