Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Nov 4, 2024
1 parent 407ba96 commit 3ec1b05
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
BUNDLE_GEMFILE: Gemfile
USE_OFFICIAL_GEM_SOURCE: 1
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: oxidize-rb/actions/setup-ruby-and-rust@main
with:
ruby-version: '3.3'
ruby-version: "3.3"
bundler-cache: true
cargo-cache: true
cargo-vendor: true
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- x86_64-linux-musl
- aarch64-linux-musl
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: oxidize-rb/actions/setup-ruby-and-rust@v1.1.9
with:
ruby-version: "3.3"
Expand All @@ -33,7 +33,7 @@ jobs:
platform: ${{ matrix.ruby-platform }}
ruby-versions: "3.3,3.2,3.1"

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: cross-gem
path: pkg/
Expand All @@ -42,7 +42,7 @@ jobs:
name: Release source gem
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: oxidize-rb/actions/setup-ruby-and-rust@main
with:
Expand All @@ -58,7 +58,7 @@ jobs:
mv *.gem pkg/
- name: Upload Gem
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: cross-gem
path: pkg/
Expand Down

0 comments on commit 3ec1b05

Please sign in to comment.