Skip to content

Commit 6a576ee

Browse files
committed
fix(deps): update @actions/artifact
1 parent ffabe7a commit 6a576ee

File tree

6 files changed

+25
-1004
lines changed

6 files changed

+25
-1004
lines changed

.github/workflows/foundry-storage-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
version: nightly
2626

2727
- name: Check storage layout
28-
uses: Rubilmax/[email protected].1
28+
uses: Rubilmax/[email protected].2
2929
with:
3030
contract: contracts/Example.sol:Example

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
version: nightly
5252

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

0 commit comments

Comments
 (0)