Skip to content

Commit ac193c6

Browse files
chore(deps): bump actions/upload-artifact from 4 to 5 (#59)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b1465a2 commit ac193c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
bash scripts/download_fonts.sh
4444
- run: pnpm install
4545
- run: pnpm build
46-
- uses: actions/upload-artifact@v4
46+
- uses: actions/upload-artifact@v5
4747
with:
4848
name: dist
4949
path: "./dist"

0 commit comments

Comments
 (0)