From 66197afd78c355d93d50028540dedd09d0b7c041 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 14:29:40 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4.3.6 --- .github/workflows/maven.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yaml b/.github/workflows/maven.yaml index 0a12d774..acc2185b 100644 --- a/.github/workflows/maven.yaml +++ b/.github/workflows/maven.yaml @@ -57,7 +57,7 @@ jobs: CENTRAL_USERNAME: ${{ secrets.sonatype_username }} CENTRAL_PASSWORD: ${{ secrets.sonatype_password }} - name: "Upload target artifacts" - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4 + uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 with: name: target path: "**/target"