Skip to content

Commit

Permalink
ci: fix usage of deprecated artifact actions (#4495)
Browse files Browse the repository at this point in the history
Closes: #4494.
  • Loading branch information
hamirmahal committed Jun 7, 2024
1 parent 68bae74 commit 2481379
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm run build
# v4 download seems to have some flakiness with the download of artifacts so pinning to v3 for now
# @see https://github.com/actions/download-artifact/issues/249
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: axe-core
path: axe.js
Expand All @@ -39,7 +37,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node}}
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: axe-core
- run: npm run test:node

0 comments on commit 2481379

Please sign in to comment.