Skip to content
This repository was archived by the owner on Apr 4, 2026. It is now read-only.

Commit f4ab3aa

Browse files
authored
Merge pull request #59 from byPixelTV/renovate/major-github-actions
chore: update actions/upload-artifact action to v6
2 parents 0c16883 + 436aadd commit f4ab3aa

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
@@ -65,7 +65,7 @@ jobs:
6565
run: bash ./gradlew build
6666

6767
- name: Upload build artifacts
68-
uses: actions/upload-artifact@v5
68+
uses: actions/upload-artifact@v6
6969
with:
7070
name: build-artifacts
7171
path: build/libs/*.jar

0 commit comments

Comments
 (0)