Skip to content

Commit

Permalink
fix: upload-artifact@v2 has been deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharlottes authored Oct 17, 2024
1 parent f58f71b commit 3247996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: ./gradlew deploy

- name: Upload Build Artifact
uses: actions/upload-artifact@v2.2.1
uses: actions/upload-artifact@v4
with:
name: MlogWatcher built by action
path: build/libs/[!raw-]*.jar

0 comments on commit 3247996

Please sign in to comment.