Skip to content

Commit

Permalink
Update actions/upload-artifact action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and jpenilla committed Oct 24, 2020
1 parent 3f6a69a commit cd06aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Build with Gradle
run: ./gradlew clean shadowJar
- run: mkdir staging && cp build/libs/WanderingTrades*.jar staging
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v2
with:
name: Package
path: staging

0 comments on commit cd06aa7

Please sign in to comment.