Commit d68243c 1 parent 5e49e17 commit d68243c Copy full SHA for d68243c
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 63
63
# .github/scripts/compile_all_targets_java_new.sh ${{ matrix.target }}
64
64
# shell: bash
65
65
# - name: Upload dynamic libs
66
- # uses: actions/upload-artifact@v3
66
+ # uses: actions/upload-artifact@v4
67
67
# with:
68
68
# name: ${{ matrix.target }}
69
69
# path: bindings/java/java_code/src/main/resources/${{ matrix.target }}
90
90
with :
91
91
ref : ${{ inputs.ref || github.ref }}
92
92
# - name: Download artifacts
93
- # uses: actions/download-artifact@v3
93
+ # uses: actions/download-artifact@v4
94
94
# with:
95
95
# name: ${{ matrix.target }}
96
96
# path: bindings/java/java_code/src/main/resources/${{ matrix.target }}
@@ -118,7 +118,7 @@ jobs:
118
118
- name : Debug input value
119
119
run : echo "Release type is ${{ inputs.release-type }}"
120
120
- name : Download all artifacts
121
- uses : actions/download-artifact@v3
121
+ uses : actions/download-artifact@v4
122
122
with :
123
123
path : bindings/java/java_code/src/main/resources
124
124
- name : List merged artifacts
You can’t perform that action at this time.
0 commit comments