From 4d25cb53924992c3de718ab4779f0b4e5a66a659 Mon Sep 17 00:00:00 2001 From: Enderson Maia Date: Mon, 13 Apr 2026 11:06:40 -0300 Subject: [PATCH 1/2] ci: lock missing actions/upload-artifact --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d3e4809..0fd7143 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,7 +32,7 @@ jobs: run: make coverage-mock - name: Upload mock coverage - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: lcov-mock path: lcov-mock.info From 4727314fe645fe7d5d4a9054cd610551afa844e3 Mon Sep 17 00:00:00 2001 From: Enderson Maia Date: Mon, 13 Apr 2026 11:10:31 -0300 Subject: [PATCH 2/2] chore: add coverage/ to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c23500e..3d54ea1 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ test/uarch-log test/UArchReplay_*.t.sol .DS_Store tests/* +coverage/