We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d237e42 commit ba2841aCopy full SHA for ba2841a
.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Build with CI build script
23
run: bash "ci_build_arch_${{matrix.arch}}.sh"
24
- name: Upload JDK build output
25
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
26
with:
27
name: "jdk22-${{matrix.arch}}"
28
path: jdk22*.tar.xz
@@ -42,9 +42,9 @@ jobs:
42
runs-on: ubuntu-20.04
43
steps:
44
- name: Checkout repository
45
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
46
- name: Get jre22-aarch64
47
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v4
48
49
name: jre22-aarch64
50
path: pojav
0 commit comments