Skip to content

Commit e715950

Browse files
author
Abhishek Bindra
committed
fix PR checks
1 parent d19d3b5 commit e715950

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ jobs:
1919
cache: 'npm'
2020
- run: npm ci
2121
- 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
22+
- uses: actions/[email protected]
2523
with:
2624
name: axe-core
2725
path: axe.js

0 commit comments

Comments
 (0)