mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Upload artifact name fix
This commit is contained in:
parent
ee33df82eb
commit
8f97ff4c59
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-action.yml
vendored
2
.github/workflows/test-action.yml
vendored
|
@ -341,7 +341,7 @@ jobs:
|
||||||
if: always() && steps.download-artifacts-from-vm.outcome == 'success'
|
if: always() && steps.download-artifacts-from-vm.outcome == 'success'
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: testrun-log-artifacts-${{ matrix.slug }}-${{ inputs.nox-session }}-${{ matrix.transport }}-${{ matrix.tests-chunk }}-${{ env.TIMESTAMP }}
|
name: testrun-log-artifacts-${{ matrix.slug }}-${{ inputs.nox-session }}-${{ matrix.transport }}${{ matrix.fips && '(fips)' || '' }}-${{ matrix.tests-chunk }}-${{ env.TIMESTAMP }}
|
||||||
path: |
|
path: |
|
||||||
artifacts/logs
|
artifacts/logs
|
||||||
include-hidden-files: true
|
include-hidden-files: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue