Skip to content

Commit 4b42b48

Browse files
committed
chore: bump upload-artifact
1 parent 820d2c4 commit 4b42b48

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

.github/workflows/conformance.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -124,16 +124,11 @@ jobs:
124124
- run: npm run test
125125
working-directory: ./runner
126126
- name: Upload test artifacts
127-
uses: actions/upload-artifact@v3
128-
with:
129-
path: runner/export-*.zip
130-
name: ${{ matrix.setup.plan }} failed html results
131-
if-no-files-found: ignore
132-
if: ${{ failure() }}
133-
- name: Upload test logs
134-
uses: actions/upload-artifact@v3
127+
uses: actions/upload-artifact@v4
135128
with:
129+
path: |
130+
runner/export-*.zip
131+
runner/logs/*.log
132+
name: certification results idx(${{ strategy.job-index }})
136133
if-no-files-found: warn
137-
name: ${{ matrix.setup.plan }} runner logs
138-
path: runner/logs/*.log
139134
if: ${{ failure() }}

0 commit comments

Comments
 (0)