Skip to content

Commit 83c0bc1

Browse files
authored
Merge pull request #209 from 4drian3d/renovate/major-github-artifact-actions
chore(deps): update actions/upload-artifact action to v6
2 parents fa3ff0e + b4d7d44 commit 83c0bc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
max_attempts: 2
2525
command: ./gradlew clean build
2626
- name: Upload build artifact
27-
uses: actions/upload-artifact@v5
27+
uses: actions/upload-artifact@v6
2828
with:
2929
name: SignedVelocity
3030
path: build/SignedVelocity-*.jar

0 commit comments

Comments
 (0)