From 5229efa7a4b3b37718e69ba76e6d21948fbe0edb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20S=C3=A1nchez=20Garc=C3=ADa?= <66425016+mario-sangar@users.noreply.github.com> Date: Fri, 5 Apr 2024 15:46:21 +0200 Subject: [PATCH 1/2] Update owner of s3 upload action --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b93406f793..20db1ecc29 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -377,7 +377,7 @@ jobs: moonwall_environment: dev_${{ matrix.chain }} - name: Upload HTML report to s3 if: ${{ !github.event.pull_request.head.repo.fork}} - uses: mario-sangar/upload-s3-action@master + uses: opslayertech/upload-s3-action@master id: S3 with: aws_key_id: ${{ secrets.S3_COVERAGE_ID }} From 4188dc4971e55368db7d1819359b551b58479a68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20S=C3=A1nchez=20Garc=C3=ADa?= <66425016+mario-sangar@users.noreply.github.com> Date: Fri, 5 Apr 2024 17:19:59 +0200 Subject: [PATCH 2/2] Using v1.0.0 instead of master --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 20db1ecc29..34fb76b188 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -377,7 +377,7 @@ jobs: moonwall_environment: dev_${{ matrix.chain }} - name: Upload HTML report to s3 if: ${{ !github.event.pull_request.head.repo.fork}} - uses: opslayertech/upload-s3-action@master + uses: opslayertech/upload-s3-action@v1.0.0 id: S3 with: aws_key_id: ${{ secrets.S3_COVERAGE_ID }}