ci: update actions to the latest major versions (#712)
* ci: update actions to the latest major versions * ci: add OS to the integration tests logs name * ci: add CPU and Nim version to the integration tests logs name * ci: upload integrations tests logs only when they run
This commit is contained in:
parent
3e884430c1
commit
6b86601597
|
@ -71,10 +71,10 @@ jobs:
|
||||||
run: make -j${ncpu} testIntegration
|
run: make -j${ncpu} testIntegration
|
||||||
|
|
||||||
- name: Upload integration tests log files
|
- name: Upload integration tests log files
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
if: always()
|
if: (matrix.tests == 'integration' || matrix.tests == 'all') && always()
|
||||||
with:
|
with:
|
||||||
name: integration-tests-logs
|
name: ${{ matrix.os }}-${{ matrix.cpu }}-${{ matrix.nim_version }}-integration-tests-logs
|
||||||
path: tests/integration/logs/
|
path: tests/integration/logs/
|
||||||
retention-days: 1
|
retention-days: 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue