Skip to content

Commit b306fc2

Browse files
committed
ci: simple upload log
1 parent b1e6355 commit b306fc2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/composite-nomex/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,9 @@ runs:
4141

4242
- name: upload logfile
4343
if: ${{ hashFiles(matrix.release-runner.os-test-main.log) != '' }}
44-
uses: actions/upload-artifact@v6
44+
uses: actions/upload-artifact@v7
4545
with:
46+
archive: false
4647
name: ${{ matrix.release }}-${{ runner.os }}-test-log
4748
path: ${{ matrix.release }}-${{ runner.os }}-test*.log
4849
retention-days: 1

0 commit comments

Comments
 (0)