Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3.0.0 to 3.1.0 (#89)
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3.0.0...v3.1.0)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 23, 2022
1 parent e3d08f4 commit 0527e63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
run: ./gradlew build --exclude-task test

- name: Upload artifact
uses: actions/upload-artifact@v3.0.0
uses: actions/upload-artifact@v3.1.0
with:
name: package
path: build/libs
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
mv build/reports/jacoco/test/html build/reports/jacoco/test/jacocoTestReport.xml build/reports/jacoco/test/unit-test
- name: Upload coverage report
uses: actions/upload-artifact@v3.0.0
uses: actions/upload-artifact@v3.1.0
with:
name: unit-test-coverage-report
path: build/reports/jacoco/test/unit-test
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
mv build/reports/jacoco/test/html build/reports/jacoco/test/jacocoTestReport.xml build/reports/jacoco/test/integration-test
- name: Upload coverage report
uses: actions/upload-artifact@v3.0.0
uses: actions/upload-artifact@v3.1.0
with:
name: integration-test-coverage-report
path: build/reports/jacoco/test/integration-test
Expand Down

0 comments on commit 0527e63

Please sign in to comment.