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 1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Upload
21- uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
21+ uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
2222 with :
2323 name : Event File
2424 path : ${{ github.event_path }}
9090 working-directory : tests/org.eclipse.swt.tests
9191 - name : Upload Test Results for ${{ matrix.config.name }} / Java-${{ matrix.java }}
9292 if : always()
93- uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
93+ uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
9494 with :
9595 name : test-results-${{ matrix.config.native }}-java${{ matrix.java }}
9696 if-no-files-found : warn
You can’t perform that action at this time.
0 commit comments