Skip to content

Commit def5404

Browse files
committed
actions/upload-artifact@v4
1 parent abaaca1 commit def5404

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
@@ -27,7 +27,7 @@ jobs:
2727
echo ::add-matcher::.github/eslint.json
2828
yarn run eslint src test --format=compact --max-warnings=0
2929
- run: yarn test:prettier
30-
- uses: actions/upload-artifact@v3
30+
- uses: actions/upload-artifact@v4
3131
if: failure()
3232
with:
3333
name: test-output-changes-${{ matrix.os }}-${{ matrix.version }}

0 commit comments

Comments
 (0)