Skip to content

Commit 72aafb8

Browse files
chore(deps): update actions/upload-artifact action to v7 (#239)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8c90b94 commit 72aafb8

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
@@ -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@v6.0.0
24+
uses: actions/upload-artifact@v7.0.1
2525
with:
2626
# Artifact name
2727
name: PistonQueue

0 commit comments

Comments
 (0)