Skip to content

Commit

Permalink
Fix workflows.
Browse files Browse the repository at this point in the history
Signed-off-by: 秋雨落 <[email protected]>
  • Loading branch information
qyl27 committed Sep 15, 2024
1 parent 0f1a822 commit f03c588
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
./gradlew cleanBuild build collect uploadFiles --no-daemon --stacktrace
- name: Upload Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Arclight
path: ./build/libs/*.jar
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
./gradlew cleanBuild build collect --no-daemon --stacktrace
- name: Upload Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Arclight
path: ./build/libs/*.jar
Expand Down

0 comments on commit f03c588

Please sign in to comment.