Skip to content

Commit

Permalink
Merge pull request #439 from sparklemotion/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/upload-artifact-4

build(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
flavorjones authored Dec 19, 2023
2 parents ad3ce89 + 5b1fdb9 commit e8dde86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gem-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
ruby-version: "3.1"
bundler-cache: true
- run: ./bin/test-gem-build gems ruby
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: cruby-gem
path: gems
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
run: |
docker run --rm -v "$(pwd):/sqlite3" -w /sqlite3 ${DOCKER_IMAGE} \
./bin/test-gem-build gems ${{matrix.plat}}
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: "cruby-${{matrix.plat}}-gem"
path: gems
Expand Down

0 comments on commit e8dde86

Please sign in to comment.