Skip to content

Commit

Permalink
Revert "build(deps): bump actions/upload-artifact from 3 to 4"
Browse files Browse the repository at this point in the history
This reverts commit 5b1fdb9.
  • Loading branch information
flavorjones committed Dec 19, 2023
1 parent e8dde86 commit 8d87322
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@v4
- uses: actions/upload-artifact@v3
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@v4
- uses: actions/upload-artifact@v3
with:
name: "cruby-${{matrix.plat}}-gem"
path: gems
Expand Down

0 comments on commit 8d87322

Please sign in to comment.