Skip to content

Commit

Permalink
fix(deps): update @actions/artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax committed Jan 10, 2023
1 parent ffabe7a commit 6a576ee
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 1,004 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/foundry-storage-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
version: nightly

- name: Check storage layout
uses: Rubilmax/[email protected].1
uses: Rubilmax/[email protected].2
with:
contract: contracts/Example.sol:Example
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
version: nightly

- name: Check storage layout
uses: Rubilmax/[email protected].1
uses: Rubilmax/[email protected].2
with:
contract: src/Contract.sol:Contract
# settings below are optional, but allows to check whether the added storage slots are empty on the deployed contract
Expand Down
Loading

0 comments on commit 6a576ee

Please sign in to comment.