Skip to content

Commit bd3557e

Browse files
chore: bump actions/download-artifact in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d9f41e0 commit bd3557e

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)