Skip to content

Commit

Permalink
Fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
TBlueF committed Sep 11, 2024
1 parent f7f68ad commit 5e2c16c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
cache: 'gradle'
- name: Build with Gradle
run: ./gradlew clean build test
- uses: actions/upload-artifact@v2-preview
- uses: actions/upload-artifact@v4
with:
name: artifact
path: build/libs/*

0 comments on commit 5e2c16c

Please sign in to comment.