Skip to content

Commit d68243c

Browse files
committed
v3 -> v4
1 parent 5e49e17 commit d68243c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-java-bindings-new.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
# .github/scripts/compile_all_targets_java_new.sh ${{ matrix.target }}
6464
# shell: bash
6565
# - name: Upload dynamic libs
66-
# uses: actions/upload-artifact@v3
66+
# uses: actions/upload-artifact@v4
6767
# with:
6868
# name: ${{ matrix.target }}
6969
# path: bindings/java/java_code/src/main/resources/${{ matrix.target }}
@@ -90,7 +90,7 @@ jobs:
9090
with:
9191
ref: ${{ inputs.ref || github.ref }}
9292
# - name: Download artifacts
93-
# uses: actions/download-artifact@v3
93+
# uses: actions/download-artifact@v4
9494
# with:
9595
# name: ${{ matrix.target }}
9696
# path: bindings/java/java_code/src/main/resources/${{ matrix.target }}
@@ -118,7 +118,7 @@ jobs:
118118
- name: Debug input value
119119
run: echo "Release type is ${{ inputs.release-type }}"
120120
- name: Download all artifacts
121-
uses: actions/download-artifact@v3
121+
uses: actions/download-artifact@v4
122122
with:
123123
path: bindings/java/java_code/src/main/resources
124124
- name: List merged artifacts

0 commit comments

Comments
 (0)