Skip to content

Commit 4039675

Browse files
jdforresteredg2s
authored andcommitted
CI: Migrate GitHub Actions from v1 to v4 to avoid warnings
1 parent fefbd36 commit 4039675

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/nodejs.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
node-version: [18.x, 20.x, 22.x]
1313

1414
steps:
15-
- uses: actions/checkout@v1
15+
- uses: actions/checkout@v4
1616
- name: Use Node.js ${{ matrix.node-version }}
17-
uses: actions/setup-node@v1
17+
uses: actions/setup-node@v4
1818
with:
1919
node-version: ${{ matrix.node-version }}
2020
- name: npm install, build, and test
@@ -28,7 +28,7 @@ jobs:
2828
env:
2929
CI: true
3030
- name: Upload coverage to Codecov
31-
uses: codecov/codecov-action@v1
31+
uses: codecov/codecov-action@v4
3232
with:
3333
token: ${{ secrets.CODECOV_TOKEN }}
3434
file: ./coverage.lcov

0 commit comments

Comments
 (0)