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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
21
+ uses : actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
22
22
with :
23
23
name : Event File
24
24
path : ${{ github.event_path }}
91
91
working-directory : tests/org.eclipse.swt.tests
92
92
- name : Upload Test Results for ${{ matrix.config.name }} / Java-${{ matrix.java }}
93
93
if : always()
94
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
94
+ uses : actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
95
95
with :
96
96
name : test-results-${{ matrix.config.native }}-java${{ matrix.java }}
97
97
if-no-files-found : warn
You can’t perform that action at this time.
0 commit comments