Skip to content

Commit

Permalink
ci: create separate artifact archives per workflow run (#4121)
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann committed Oct 23, 2023
1 parent 5314d90 commit 4c357c8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/integration.yml
Expand Up @@ -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

0 comments on commit 4c357c8

Please sign in to comment.