Skip to content

Commit

Permalink
Merge pull request #406 from EmbedITCZ/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/upload-artifact-v2.0.1

Bump actions/upload-artifact from v1 to v2.0.1
  • Loading branch information
paveljandejsek authored Jul 8, 2020
2 parents 2cd097e + b6bdb47 commit 6ec0bfc
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 @@ -51,7 +51,7 @@ jobs:
mvn org.jacoco:jacoco-maven-plugin:prepare-agent test org.jacoco:jacoco-maven-plugin:report -B -V
- name: Upload test coverage for unit tests
if: matrix.java == 11
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v2.0.1
with:
name: jacoco
path: jbehave-support-core/target/site/jacoco/jacoco.xml
Expand Down Expand Up @@ -79,14 +79,14 @@ jobs:
run: |
xvfb-run mvn org.jacoco:jacoco-maven-plugin:prepare-agent-integration verify org.jacoco:jacoco-maven-plugin:report-integration -DskipUnitTests=true -Djbehave.report.level=STORY -Pintegration-test -B -V
- name: Upload reports on Java ${{ matrix.java }}
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v2.0.1
if: always()
with:
name: reports-java-${{ matrix.java }}
path: jbehave-support-core/target/reports
- name: Upload test coverage for integration tests
if: matrix.java == 11
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v2.0.1
with:
name: jacoco-it
path: jbehave-support-core/target/site/jacoco-it/jacoco.xml
Expand Down

0 comments on commit 6ec0bfc

Please sign in to comment.