Skip to content

Commit 728cec1

Browse files
authored
[chore]: Update actions/upload-artifact to v4
See #1643 for more info
1 parent 1f22bfc commit 728cec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/style-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# Continue to the next step even if this fails
2929
continue-on-error: true
3030
- name: Upload ESLint Report
31-
uses: actions/upload-artifact@v3
31+
uses: actions/upload-artifact@v4
3232
with:
3333
name: eslint_report.json
3434
path: eslint_report.json

0 commit comments

Comments
 (0)