Skip to content

Commit 8d87322

Browse files
committed
Revert "build(deps): bump actions/upload-artifact from 3 to 4"
This reverts commit 5b1fdb9.
1 parent e8dde86 commit 8d87322

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gem-install.yml

Lines changed: 2 additions & 2 deletions
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@v4
53+
- uses: actions/upload-artifact@v3
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@v4
174+
- uses: actions/upload-artifact@v3
175175
with:
176176
name: "cruby-${{matrix.plat}}-gem"
177177
path: gems

0 commit comments

Comments
 (0)