diff --git a/.github/workflows/mainnet.yml b/.github/workflows/mainnet.yml index 1121109..48e2263 100644 --- a/.github/workflows/mainnet.yml +++ b/.github/workflows/mainnet.yml @@ -29,7 +29,7 @@ jobs: run: | mvn test -Dtest="*Mainnet*" -Djacoco.destFile=exportJacoco/jacoco-mainnet.exec - name: Upload Jacoco Results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: mainnet-tests-jacoco path: exportJacoco/jacoco-mainnet.exec diff --git a/.github/workflows/preprod.yml b/.github/workflows/preprod.yml index 0945971..f7de831 100644 --- a/.github/workflows/preprod.yml +++ b/.github/workflows/preprod.yml @@ -29,7 +29,7 @@ jobs: run: | mvn test -Dtest="*Preprod*" -Djacoco.destFile=exportJacoco/jacoco-preprod.exec - name: Upload Jacoco Results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: preprod-tests-jacoco path: exportJacoco/jacoco-preprod.exec