From 321bf08e5ee4e081db692449cbdc043e080d6fd3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 22:52:01 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4.5.0 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7d784cf6..7e87a531 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,7 +55,7 @@ jobs: files: '**/build/test-results/test/TEST-*.xml' - name: Upload Artifacts - uses: actions/upload-artifact@v4.4.3 + uses: actions/upload-artifact@v4.5.0 if: github.repository == 'jaredsburrows/gradle-license-plugin' && github.ref == 'refs/heads/master' with: name: gradle-license-plugin-${{ github.workflow }}-${{ github.run_id }}