File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 56
56
DWITH_TEST_ACTIONS : ${{ matrix.DWITH_TEST_ACTIONS }}
57
57
58
58
- name : Upload Artifacts
59
- uses : actions/upload-artifact@v3
59
+ uses : actions/upload-artifact@v4
60
60
with :
61
61
name : contract.test-actions-${{ matrix.DWITH_TEST_ACTIONS }}.tar.gz
62
62
path : contract.tar.gz
80
80
run : .github/workflows/build-contract-test.sh
81
81
82
82
- name : Upload Artifacts
83
- uses : actions/upload-artifact@v3
83
+ if : ${{ matrix.DWITH_TEST_ACTIONS == 'on' }}
84
+ uses : actions/upload-artifact@v4
84
85
with :
85
86
name : contract-test.tar.gz
86
87
path : contract-test.tar.gz
92
93
DWITH_TEST_ACTIONS : ${{ matrix.DWITH_TEST_ACTIONS }}
93
94
94
95
- name : Upload Test Metrics
95
- uses : actions/upload-artifact@v3
96
+ uses : actions/upload-artifact@v4
96
97
with :
97
- name : test-results.xml
98
+ name : test-results-test-actions-${{ matrix.DWITH_TEST_ACTIONS }} .xml
98
99
path : test-results.xml
99
100
if-no-files-found : error
You can’t perform that action at this time.
0 commit comments