From 0b6cef707c435334b260e8b3039df7a40acc0a96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 10:30:09 +0000 Subject: [PATCH] ci(deps): bump actions/upload-artifact from 4 to 5 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/mainnet.yml | 2 +- .github/workflows/preprod.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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