We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8dde86 commit 8d87322Copy full SHA for 8d87322
1 file changed
.github/workflows/gem-install.yml
@@ -50,7 +50,7 @@ jobs:
50
ruby-version: "3.1"
51
bundler-cache: true
52
- run: ./bin/test-gem-build gems ruby
53
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v3
54
with:
55
name: cruby-gem
56
path: gems
@@ -171,7 +171,7 @@ jobs:
171
run: |
172
docker run --rm -v "$(pwd):/sqlite3" -w /sqlite3 ${DOCKER_IMAGE} \
173
./bin/test-gem-build gems ${{matrix.plat}}
174
175
176
name: "cruby-${{matrix.plat}}-gem"
177
0 commit comments