Skip to content

Commit

Permalink
Update *load-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip-Larsen-Donnelly committed Feb 3, 2025
1 parent 248acd2 commit 037f251
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
node-version: 14.x

- uses: actions/cache@v2
- uses: actions/cache@v4
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
with:
path: '**/node_modules'
Expand All @@ -42,7 +42,7 @@ jobs:
with:
node-version: 14.x

- uses: actions/cache@v2
- uses: actions/cache@v4
id: yarn-cache
with:
path: '**/node_modules'
Expand All @@ -69,7 +69,7 @@ jobs:
with:
node-version: 14.x

- uses: actions/cache@v2
- uses: actions/cache@v4
id: yarn-cache
with:
path: '**/node_modules'
Expand All @@ -91,7 +91,7 @@ jobs:
with:
node-version: 14.x

- uses: actions/cache@v2
- uses: actions/cache@v4
id: yarn-cache
with:
path: '**/node_modules'
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
# with:
# node-version: 14.x

# - uses: actions/cache@v2
# - uses: actions/cache@v4
# id: yarn-cache
# with:
# path: '**/node_modules'
Expand Down

0 comments on commit 037f251

Please sign in to comment.