mirror of
https://github.com/gotson/komga.git
synced 2025-01-09 04:08:00 +08:00
build(deps): bump actions/upload-artifact from 2 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
0ebdbc5a71
commit
5440d9725c
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -29,13 +29,13 @@ jobs:
|
||||
arguments: build
|
||||
- name: Upload Unit Test Results
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: test-results-jdk-${{ matrix.java }}
|
||||
path: komga/build/test-results/
|
||||
- name: Upload Unit Test Reports
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: test-reports-jdk-${{ matrix.java }}
|
||||
path: komga/build/reports/tests/
|
||||
|
Loading…
Reference in New Issue
Block a user