From 23d94518374d458f19b0730e9abca839d35e54a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 21:14:37 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4.4.2 --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 59ea66d..6f8dd84 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -21,7 +21,7 @@ jobs: - name: Build with Maven run: mvn -B package --file pom.xml - name: Upload a Build Artifact - uses: actions/upload-artifact@v4.4.1 + uses: actions/upload-artifact@v4.4.2 with: # Artifact name name: PistonChat