Skip to content

Commit 1b5cc5d

Browse files
authored
chore: upgrade CI (#23)
1 parent 35ef07d commit 1b5cc5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
pattern: "**/dist/*.{js,cjs,mjs,css}"
4545

4646
- name: Upload diff images to GitHub
47-
uses: actions/upload-artifact@v3
47+
uses: actions/upload-artifact@v4
4848
if: failure()
4949
with:
5050
name: image-diff

.github/workflows/style-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ubuntu-latest
4545
name: ESLint Annotation
4646
steps:
47-
- uses: actions/download-artifact@v3
47+
- uses: actions/download-artifact@v4
4848
with:
4949
name: eslint_report.json
5050
- name: Annotate Code Linting Results

0 commit comments

Comments
 (0)