build: bump actions/upload-artifact from 4 to 6 #35
@@ -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/
|
||||||
|
|||||||
@@ -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/
|
||||||
|
|||||||
@@ -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/
|
||||||
|
|||||||
Reference in New Issue
Block a user