Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Commit b4fcd51

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

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
@@ -28,7 +28,7 @@ jobs:
2828
- name: Build with Maven
2929
run: mvn -B package --file pom.xml
3030
- name: Upload a Build Artifact
31-
uses: actions/upload-artifact@v4.4.3
31+
uses: actions/upload-artifact@v4.5.0
3232
with:
3333
# Artifact name
3434
name: PistonMute

0 commit comments

Comments
 (0)