build: bump actions/upload-artifact from 4 to 6 #35

Open
dependabot[bot] wants to merge 1 commits from dependabot/github_actions/main/actions/upload-artifact-6 into main
3 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -39,14 +39,14 @@ jobs:
run: ./gradlew clean shadowJar -x test -x checkstyleMain -x checkstyleTest -x spotbugsMain --info run: ./gradlew clean shadowJar -x test -x checkstyleMain -x checkstyleTest -x spotbugsMain --info
- name: Upload build results - name: Upload build results
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v6
with: with:
name: ${{ matrix.os }} Java ${{ matrix.java }} build results name: ${{ matrix.os }} Java ${{ matrix.java }} build results
path: ${{ github.workspace }}/build/libs/ path: ${{ github.workspace }}/build/libs/
- name: Upload test results - name: Upload test results
if: ${{ always() }} if: ${{ always() }}
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v6
with: with:
name: ${{ matrix.os }} Java ${{ matrix.java }} test results name: ${{ matrix.os }} Java ${{ matrix.java }} test results
path: ${{ github.workspace }}/build/reports/ path: ${{ github.workspace }}/build/reports/
@@ -70,7 +70,7 @@ jobs:
run: ./gradlew -Pver="0.0.0-RC-1" clean shadowJar -x test -x checkstyleMain -x checkstyleTest -x spotbugsMain run: ./gradlew -Pver="0.0.0-RC-1" clean shadowJar -x test -x checkstyleMain -x checkstyleTest -x spotbugsMain
- name: Upload build results - name: Upload build results
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v6
with: with:
name: Release Build name: Release Build
path: ${{ github.workspace }}/build/libs/ path: ${{ github.workspace }}/build/libs/
+2 -2
View File
@@ -38,14 +38,14 @@ jobs:
run: ./gradlew clean shadowJar -x test -x checkstyleMain -x checkstyleTest -x spotbugsMain --info run: ./gradlew clean shadowJar -x test -x checkstyleMain -x checkstyleTest -x spotbugsMain --info
- name: Upload build results - name: Upload build results
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v6
with: with:
name: ${{ matrix.os }} Java ${{ matrix.java }} build results name: ${{ matrix.os }} Java ${{ matrix.java }} build results
path: ${{ github.workspace }}/build/libs/ path: ${{ github.workspace }}/build/libs/
- name: Upload test results - name: Upload test results
if: ${{ always() }} if: ${{ always() }}
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v6
with: with:
name: ${{ matrix.os }} Java ${{ matrix.java }} test results name: ${{ matrix.os }} Java ${{ matrix.java }} test results
path: ${{ github.workspace }}/build/reports/ path: ${{ github.workspace }}/build/reports/
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
run: ./gradlew -Pver=${{ github.ref_name }} clean shadowJar -x test -x checkstyleMain -x checkstyleTest -x spotbugsMain run: ./gradlew -Pver=${{ github.ref_name }} clean shadowJar -x test -x checkstyleMain -x checkstyleTest -x spotbugsMain
- name: Upload build results - name: Upload build results
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v6
with: with:
name: Release Build name: Release Build
path: ${{ github.workspace }}/build/libs/ path: ${{ github.workspace }}/build/libs/