File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 18
18
runs-on : ubuntu-latest
19
19
steps :
20
20
- name : Upload
21
- uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
21
+ uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
22
22
with :
23
23
name : Event File
24
24
path : ${{ github.event_path }}
88
88
working-directory : tests/org.eclipse.swt.tests
89
89
- name : Upload Test Results for ${{ matrix.config.name }} / Java-${{ matrix.java }}
90
90
if : always()
91
- uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
91
+ uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
92
92
with :
93
93
name : test-results-${{ matrix.config.native }}-java${{ matrix.java }}
94
94
if-no-files-found : warn
You can’t perform that action at this time.
0 commit comments