ci: create separate artifact archives per workflow run (#4121)

This commit is contained in:
Marten Seemann 2023-10-23 12:53:10 +07:00 committed by GitHub
parent 5314d90b9f
commit 4c357c8f76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,7 +56,8 @@ jobs:
go run github.com/onsi/ginkgo/v2/ginkgo -r -v -randomize-all -randomize-suites -trace integrationtests/self -- ${{ env.QLOGFLAG }}
- name: save qlogs
if: ${{ always() && env.DEBUG == 'true' }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: qlogs
name: qlogs-${{ matrix.os }}-go${{ matrix.go }}
path: integrationtests/self/*.qlog
retention-days: 7