From 0f4e77d0b8605d6ed5dc3e03f11349d2ca90dfdc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 12:35:17 -0400 Subject: [PATCH] Update actions/upload-artifact action to v4.3.6 (#529) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 0cb7c06d..9dd221fe 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,7 +54,7 @@ jobs: files: '**/build/test-results/test/TEST-*.xml' - name: Upload Artifacts - uses: actions/upload-artifact@v4.3.5 + uses: actions/upload-artifact@v4.3.6 if: github.repository == 'jaredsburrows/gradle-license-plugin' && github.ref == 'refs/heads/master' with: name: gradle-license-plugin-${{ github.workflow }}-${{ github.run_id }}