Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
zackdotcomputer authored Jan 26, 2024
2 parents 3ee8a72 + 4fe372b commit 1975e10
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
node: ${{ matrix.node }}

- name: Save build artifacts
uses: actions/cache/save@v3
uses: actions/cache/save@v4
with:
path: .
key: ${{ matrix.node }}-${{ env.CACHE_KEY }}
Expand All @@ -76,7 +76,7 @@ jobs:
node-version: ${{ matrix.node }}
cache: npm

- uses: actions/cache/restore@v3
- uses: actions/cache/restore@v4
with:
path: .
key: ${{ matrix.node }}-${{ env.CACHE_KEY }}
Expand All @@ -85,7 +85,7 @@ jobs:

# only upload coverage on one node version
- if: matrix.node == 18
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # pin@3.1.4
uses: codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 # pin@3.1.5

lint:
needs: build # Require build to complete before running tests
Expand All @@ -101,7 +101,7 @@ jobs:
node-version: 18
cache: npm

- uses: actions/cache/restore@v3
- uses: actions/cache/restore@v4
with:
path: .
key: 18-${{ env.CACHE_KEY }}
Expand Down

0 comments on commit 1975e10

Please sign in to comment.