We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d19d3b5 commit e715950Copy full SHA for e715950
.github/workflows/test.yml
@@ -19,9 +19,7 @@ jobs:
19
cache: 'npm'
20
- run: npm ci
21
- run: npm run build
22
- # v4 download seems to have some flakiness with the download of artifacts so pinning to v3 for now
23
- # @see https://github.com/actions/download-artifact/issues/249
24
- - uses: actions/upload-artifact@v3
+ - uses: actions/[email protected]
25
with:
26
name: axe-core
27
path: axe.js
0 commit comments