Skip to content

Commit

Permalink
uses actions/upload-artifact@v4 on build action
Browse files Browse the repository at this point in the history
  • Loading branch information
zeng-github01 committed Jul 11, 2024
1 parent bd498a5 commit 5b86a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Build with Gradle
run: ./gradlew build
- name: Upload Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: AE2-UEL
path: build/libs/*.jar # Make sure this path matches the location of your build artifacts

0 comments on commit 5b86a5f

Please sign in to comment.