Skip to content

Commit

Permalink
Merge pull request #843 from wildmeshing/mtao/update_actions_Cache
Browse files Browse the repository at this point in the history
updating coverage cache to v4
  • Loading branch information
mtao authored Nov 21, 2024
2 parents 5179fbf + 558c9ce commit 9cd80db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Cache Build
id: cache-build
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ${{ env.CACHE_PATH }}
key: ${{ runner.os }}-Release-cache-${{ github.sha }}
Expand Down

0 comments on commit 9cd80db

Please sign in to comment.