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