Skip to content

Commit

Permalink
Merge pull request #93 from browserstack/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…t-github/workflows/actions/download-artifact-4.1.7

chore: bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
  • Loading branch information
mattscepter authored Sep 4, 2024
2 parents 54807c6 + bd3557e commit 3945146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node}}
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: axe-core
- run: npm run test:node

0 comments on commit 3945146

Please sign in to comment.