Skip to content

Commit

Permalink
ci: upload artifacts v4
Browse files Browse the repository at this point in the history
  • Loading branch information
averen committed Sep 10, 2024
1 parent 939858a commit f64645a
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 build artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build-libs
path: build/libs

0 comments on commit f64645a

Please sign in to comment.