We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f103aa3 + b2880c6 commit 9b39dafCopy full SHA for 9b39daf
2 files changed
.github/workflows/ci.yaml
@@ -24,7 +24,7 @@ jobs:
24
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}
25
26
steps:
27
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
28
- name: Set up JDK
29
uses: actions/setup-java@v5
30
with:
.github/workflows/native-libraries-macOS.yaml
@@ -17,7 +17,7 @@ jobs:
17
name: Build native libraries for mac OS / darwin
18
19
20
21
22
23
@@ -35,7 +35,7 @@ jobs:
35
ant -Dos.prefix=darwin-aarch64
36
ant -Dos.prefix=darwin-x86-64
37
- name: Upload mac OS binaries
38
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
39
40
name: darwin-native
41
path: |
0 commit comments