From 47b4c14c580f38715d0d8d7a183793361dd7edec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 18:18:46 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4.6.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 1862c3d4..3bd1d17f 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.5.0 + uses: actions/upload-artifact@v4.6.0 if: github.repository == 'jaredsburrows/gradle-license-plugin' && github.ref == 'refs/heads/master' with: name: gradle-license-plugin-${{ github.workflow }}-${{ github.run_id }}