Skip to content

Commit ba2841a

Browse files
authored
Update build.yml
1 parent d237e42 commit ba2841a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Build with CI build script
2323
run: bash "ci_build_arch_${{matrix.arch}}.sh"
2424
- name: Upload JDK build output
25-
uses: actions/upload-artifact@v2
25+
uses: actions/upload-artifact@v4
2626
with:
2727
name: "jdk22-${{matrix.arch}}"
2828
path: jdk22*.tar.xz
@@ -42,9 +42,9 @@ jobs:
4242
runs-on: ubuntu-20.04
4343
steps:
4444
- name: Checkout repository
45-
uses: actions/checkout@v2
45+
uses: actions/checkout@v4
4646
- name: Get jre22-aarch64
47-
uses: actions/download-artifact@v2
47+
uses: actions/download-artifact@v4
4848
with:
4949
name: jre22-aarch64
5050
path: pojav

0 commit comments

Comments
 (0)