File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 32
32
tar -cvf z3-build-${{ matrix.android-abi }}.tar *.jar *.so
33
33
34
34
- name : Archive production artifacts
35
- uses : actions/upload-artifact@v3
35
+ uses : actions/upload-artifact@v4
36
36
with :
37
37
name : android-build-${{ matrix.android-abi }}
38
38
path : build/z3-build-${{ matrix.android-abi }}.tar
Original file line number Diff line number Diff line change @@ -91,13 +91,13 @@ jobs:
91
91
id : date
92
92
run : echo "::set-output name=date::$(date +'%Y-%m-%d')"
93
93
94
- - uses : actions/upload-artifact@v3
94
+ - uses : actions/upload-artifact@v4
95
95
with :
96
96
name : coverage-${{steps.date.outputs.date}}
97
97
path : ${{github.workspace}}/coverage.html
98
98
retention-days : 4
99
99
100
- - uses : actions/upload-artifact@v3
100
+ - uses : actions/upload-artifact@v4
101
101
with :
102
102
name : coverage-details-${{steps.date.outputs.date}}
103
103
path : ${{env.COV_DETAILS_PATH}}
You can’t perform that action at this time.
0 commit comments