Skip to content

Commit

Permalink
update upload-artifact to v4 in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LukynkaCZE committed Feb 24, 2025
1 parent 68935ca commit 9791600
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 @@ -21,7 +21,7 @@ jobs:
uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629
with:
arguments: build
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: Package
path: build/libs

0 comments on commit 9791600

Please sign in to comment.