Skip to content

Commit 6e4d4fd

Browse files
committed
Update GitHub Actions versions
1 parent 42a6202 commit 6e4d4fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,18 +49,18 @@ jobs:
4949
node: ['20.x']
5050
steps:
5151
- name: Checkout repo
52-
uses: actions/checkout@v3
52+
uses: actions/checkout@v4
5353

5454
- name: Use node ${{ matrix.node }}
55-
uses: actions/setup-node@v3
55+
uses: actions/setup-node@v4
5656
with:
5757
node-version: ${{ matrix.node }}
5858
cache: 'yarn'
5959

6060
- name: Install deps
6161
run: yarn install
6262

63-
- uses: actions/download-artifact@v3
63+
- uses: actions/download-artifact@v4
6464
with:
6565
name: package
6666
path: .

0 commit comments

Comments
 (0)