Skip to content

Commit

Permalink
Address GitHub Actions warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Lewiscowles1986 committed Jul 27, 2020
1 parent 8dff496 commit 38f395a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ jobs:
- name: Build with Gradle
run: |
./gradlew clean jar
- uses: actions/upload-artifact@master
- uses: actions/upload-artifact@main
with:
name: build
path: build/libs
- name: Run tests and produce report with Gradle
run: |
./gradlew --stacktrace clean check
- uses: actions/upload-artifact@master
- uses: actions/upload-artifact@main
with:
name: build reports
path: build/reports
Expand All @@ -48,7 +48,7 @@ jobs:
- name: Pittest
run: |
./gradlew pitest
- uses: actions/upload-artifact@master
- uses: actions/upload-artifact@main
with:
name: pittest
path: build/reports/pitest

0 comments on commit 38f395a

Please sign in to comment.