diff --git a/.github/workflows/main.linux.temurin.current.yml b/.github/workflows/main.linux.temurin.current.yml index d9613ed..7f71d49 100644 --- a/.github/workflows/main.linux.temurin.current.yml +++ b/.github/workflows/main.linux.temurin.current.yml @@ -47,7 +47,7 @@ jobs: run: mvn --batch-mode --strict-checksums --errors clean verify site - name: Upload test logs - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a if: always() with: name: test-logs diff --git a/.github/workflows/main.linux.temurin.lts.yml b/.github/workflows/main.linux.temurin.lts.yml index 84fabcd..bc94619 100644 --- a/.github/workflows/main.linux.temurin.lts.yml +++ b/.github/workflows/main.linux.temurin.lts.yml @@ -47,7 +47,7 @@ jobs: run: mvn --batch-mode --strict-checksums --errors clean verify site - name: Upload test logs - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a if: always() with: name: test-logs diff --git a/.github/workflows/main.windows.temurin.current.yml b/.github/workflows/main.windows.temurin.current.yml index bc1d118..b0a4d3f 100644 --- a/.github/workflows/main.windows.temurin.current.yml +++ b/.github/workflows/main.windows.temurin.current.yml @@ -47,7 +47,7 @@ jobs: run: mvn --batch-mode --strict-checksums --errors clean verify site - name: Upload test logs - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a if: always() with: name: test-logs diff --git a/.github/workflows/main.windows.temurin.lts.yml b/.github/workflows/main.windows.temurin.lts.yml index 7f3e5bc..f226d85 100644 --- a/.github/workflows/main.windows.temurin.lts.yml +++ b/.github/workflows/main.windows.temurin.lts.yml @@ -47,7 +47,7 @@ jobs: run: mvn --batch-mode --strict-checksums --errors clean verify site - name: Upload test logs - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a if: always() with: name: test-logs diff --git a/.github/workflows/pr.linux.temurin.current.yml b/.github/workflows/pr.linux.temurin.current.yml index fece1f4..9871a9e 100644 --- a/.github/workflows/pr.linux.temurin.current.yml +++ b/.github/workflows/pr.linux.temurin.current.yml @@ -47,7 +47,7 @@ jobs: run: mvn --batch-mode --strict-checksums --errors clean verify site - name: Upload test logs - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a if: always() with: name: test-logs diff --git a/.github/workflows/pr.linux.temurin.lts.yml b/.github/workflows/pr.linux.temurin.lts.yml index e6146a4..7fad4ff 100644 --- a/.github/workflows/pr.linux.temurin.lts.yml +++ b/.github/workflows/pr.linux.temurin.lts.yml @@ -47,7 +47,7 @@ jobs: run: mvn --batch-mode --strict-checksums --errors clean verify site - name: Upload test logs - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a if: always() with: name: test-logs diff --git a/.github/workflows/pr.windows.temurin.current.yml b/.github/workflows/pr.windows.temurin.current.yml index 78abc74..0e56af8 100644 --- a/.github/workflows/pr.windows.temurin.current.yml +++ b/.github/workflows/pr.windows.temurin.current.yml @@ -47,7 +47,7 @@ jobs: run: mvn --batch-mode --strict-checksums --errors clean verify site - name: Upload test logs - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a if: always() with: name: test-logs diff --git a/.github/workflows/pr.windows.temurin.lts.yml b/.github/workflows/pr.windows.temurin.lts.yml index 5b2feb6..b03336a 100644 --- a/.github/workflows/pr.windows.temurin.lts.yml +++ b/.github/workflows/pr.windows.temurin.lts.yml @@ -47,7 +47,7 @@ jobs: run: mvn --batch-mode --strict-checksums --errors clean verify site - name: Upload test logs - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a if: always() with: name: test-logs