diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9af17e7c..c742793c 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.4 + uses: actions/upload-artifact@v4.3.5 if: github.repository == 'jaredsburrows/gradle-license-plugin' && github.ref == 'refs/heads/master' with: name: gradle-license-plugin-${{ github.workflow }}-${{ github.run_id }}