From c779f32ca30999043369465e634bcb119dd568cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 14:25:19 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/integrationtest1.yml | 2 +- .github/workflows/integrationtest2.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integrationtest1.yml b/.github/workflows/integrationtest1.yml index e120aad..2113c4d 100644 --- a/.github/workflows/integrationtest1.yml +++ b/.github/workflows/integrationtest1.yml @@ -41,7 +41,7 @@ jobs: export LOG_LEVEL=DEBUG bash test/integration/execute_integration_tests_against_test_chain_peg.sh - name: Archive logs from test - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: always() with: name: testlogs1 diff --git a/.github/workflows/integrationtest2.yml b/.github/workflows/integrationtest2.yml index af4fe92..c69cb66 100644 --- a/.github/workflows/integrationtest2.yml +++ b/.github/workflows/integrationtest2.yml @@ -41,7 +41,7 @@ jobs: export LOG_LEVEL=DEBUG bash test/integration/execute_integration_tests_against_any_chain.sh - name: Archive logs from test - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: always() with: name: testlogs2