From 23ddb9106ccf850511dbc709e98316c964e6c04b 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: Mon, 8 Apr 2024 11:36:12 +0200 Subject: [PATCH] Update owner of s3 upload action (#2741) * Update owner of s3 upload action * Using v1.0.0 instead of master --------- Co-authored-by: timbrinded <79199034+timbrinded@users.noreply.github.com> --- .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 58769abbfc..15e78b580d 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@v1.0.0 id: S3 with: aws_key_id: ${{ secrets.S3_COVERAGE_ID }}