Skip to content

Commit 443c284

Browse files
committed
ci: upgrade upload artifact
1 parent e641f30 commit 443c284

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
- name: Use Node.js 18.x
16-
uses: actions/setup-node@v3
16+
uses: actions/setup-node@v4
1717
with:
1818
node-version: '18.x'
1919
- name: Set Environment Variables
@@ -31,7 +31,7 @@ jobs:
3131
- run: npm run format-check
3232

3333
- name: Upload report as artifact
34-
uses: actions/upload-artifact@v2
34+
uses: actions/upload-artifact@v4
3535
with:
3636
name: ctrf-report
3737
path: ctrf/ctrf-report.json

0 commit comments

Comments
 (0)