We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a37c522 commit 972342aCopy full SHA for 972342a
.github/workflows/build_test_release.yaml
@@ -40,7 +40,7 @@ jobs:
40
run: cargo install cross
41
- name: Build ruby-version-checker
42
run: cross build --release --target x86_64-unknown-linux-musl
43
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
44
with:
45
name: ruby-version-checker
46
path: target/x86_64-unknown-linux-musl/release/ruby-version-checker
0 commit comments