We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1e6355 commit b306fc2Copy full SHA for b306fc2
.github/workflows/composite-nomex/action.yml
@@ -41,8 +41,9 @@ runs:
41
42
- name: upload logfile
43
if: ${{ hashFiles(matrix.release-runner.os-test-main.log) != '' }}
44
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
45
with:
46
+ archive: false
47
name: ${{ matrix.release }}-${{ runner.os }}-test-log
48
path: ${{ matrix.release }}-${{ runner.os }}-test*.log
49
retention-days: 1
0 commit comments