Skip to content

Commit 5091c49

Browse files
chore(deps): update actions/upload-artifact action to v6 (#233)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5a8cd8c commit 5091c49

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
@@ -21,7 +21,7 @@ jobs:
2121
- name: Build with Gradle
2222
run: ./gradlew build
2323
- name: Upload a Build Artifact
24-
uses: actions/upload-artifact@v5.0.0
24+
uses: actions/upload-artifact@v6.0.0
2525
with:
2626
# Artifact name
2727
name: PistonQueue

0 commit comments

Comments
 (0)