Skip to content

Commit

Permalink
fix gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
oumar-fall committed Oct 10, 2024
1 parent b8bc45c commit 38b9ad1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,8 @@ jobs:
- name: Install dependencies
run: yarn --frozen-lockfile


- name: Load cache
uses: dawidd6/action-download-artifact@v2.27.0
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
with:
name: hardhat-cache
path: cache
Expand All @@ -80,7 +79,7 @@ jobs:
RPC_URL: ${{ secrets.RPC_URL }}

- name: Save cache
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
with:
name: hardhat-cache
path: cache

0 comments on commit 38b9ad1

Please sign in to comment.