Skip to content

Commit

Permalink
update to use upload and download-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
UDtorrey committed Dec 19, 2024
1 parent dd81ee6 commit b58549f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/contracts_size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- run: yarn install
if: steps.cache.outputs.cache-hit != 'true'
- run: yarn compile:size
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: hardhat-contract-sizer-output
include-hidden-files: true
Expand All @@ -45,7 +45,7 @@ jobs:
key: uns-yarn-${{ hashFiles('**/yarn.lock') }}
- run: yarn install
if: steps.cache.outputs.cache-hit != 'true'
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: hardhat-contract-sizer-output
path: cache/
Expand Down

0 comments on commit b58549f

Please sign in to comment.