Skip to content

Commit 91f19d8

Browse files
Update actions/upload-artifact action to v4.5.0 (#158)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 522e232 commit 91f19d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Build with Maven
2222
run: mvn -B package --file pom.xml
2323
- name: Upload a Build Artifact
24-
uses: actions/upload-artifact@v4.4.3
24+
uses: actions/upload-artifact@v4.5.0
2525
with:
2626
# Artifact name
2727
name: PistonChat

0 commit comments

Comments
 (0)