Skip to content

Commit

Permalink
chore: migrate to *-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
hongaar committed Dec 20, 2023
1 parent df6321a commit cfb8e74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- run: yarn test
- uses: actions/upload-artifact@v4
with:
name: dist
name: dist-${{ matrix.node-version }}
path: dist

coverage:
Expand All @@ -36,9 +36,9 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: yarn
- run: yarn install
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: dist
name: dist-${{ matrix.node-version }}
path: dist
- uses: paambaati/codeclimate-action@v5.0.0
env:
Expand Down

0 comments on commit cfb8e74

Please sign in to comment.