Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #74 from dkim19375/renovate/actions-upload-artifac…
Browse files Browse the repository at this point in the history
…t-3.x

Update actions/upload-artifact action to v3
  • Loading branch information
dkim19375 authored Mar 3, 2022
2 parents e256baa + 41f48f6 commit 714e708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Build with Gradle
run: ./gradlew api:licenseCheck api:build
- name: Upload a Build Artifact
uses: actions/upload-artifact@v2.3.1
uses: actions/upload-artifact@v3.0.0
with:
name: Bedwars API JAR
path: api/build/libs/*.jar
Expand Down

0 comments on commit 714e708

Please sign in to comment.