Skip to content

Commit 4ca953f

Browse files
chore(deps): update actions/upload-artifact action to v5
1 parent 3a4060d commit 4ca953f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3232

3333
- name: Upload build artifacts
34-
uses: actions/upload-artifact@v3
34+
uses: actions/upload-artifact@v5
3535
with:
3636
path: '**/build/libs'
3737

0 commit comments

Comments
 (0)