From 629ef0db719a0b1e61e19a30364c9129fb0053b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 23:10:43 +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 d54c10c..30c04b0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -87,7 +87,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-spoon-plugin' && github.ref == 'refs/heads/master' with: name: gradle-spoon-plugin-${{ github.workflow }}-${{ github.run_id }}