mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 18:01:09 +02:00
ci: Bump actions/upload-artifact from 4 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
76060b0632
commit
81db321f55
2 changed files with 3 additions and 3 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -467,7 +467,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