Skip to content

Commit

Permalink
Update owner of s3 upload action (#2741)
Browse files Browse the repository at this point in the history
* Update owner of s3 upload action

* Using v1.0.0 instead of master

---------

Co-authored-by: timbrinded <79199034+timbrinded@users.noreply.github.com>
  • Loading branch information
2 people authored and noandrea committed Apr 10, 2024
1 parent f56a46d commit 23ddb91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 23ddb91

Please sign in to comment.