Skip to content

Commit 3945146

Browse files
authored
Merge pull request #93 from browserstack/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7
chore: bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
2 parents 54807c6 + bd3557e commit 3945146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/setup-node@v4
4040
with:
4141
node-version: ${{ matrix.node}}
42-
- uses: actions/download-artifact@v3
42+
- uses: actions/download-artifact@v4.1.7
4343
with:
4444
name: axe-core
4545
- run: npm run test:node

0 commit comments

Comments
 (0)