mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 08:41:10 +02:00
Merge 81db321f55 into f39e72340c
This commit is contained in:
commit
b00b9ed00c
2 changed files with 3 additions and 3 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -273,7 +273,7 @@ jobs:
|
|||
|
||||
- name: Upload coverage reports
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: coverage-${{ github.run_id }}
|
||||
path: |
|
||||
|
|
|
|||
4
.github/workflows/daily-tests.yml
vendored
4
.github/workflows/daily-tests.yml
vendored
|
|
@ -112,7 +112,7 @@ jobs:
|
|||
|
||||
- name: Upload coverage to artifact
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: coverage-mana-auth
|
||||
path: services/mana-auth/coverage
|
||||
|
|
@ -204,7 +204,7 @@ jobs:
|
|||
|
||||
- name: Upload integration test results
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: integration-test-results
|
||||
path: services/mana-auth/test-results
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue