Skip to content

Commit d278be8

Browse files
committed
Update GH Actions versions.
1 parent f908a84 commit d278be8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/nodejs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
- 22.x
2121

2222
steps:
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2424

2525
- name: Use Node.js ${{ matrix.node-version }}
26-
uses: actions/setup-node@v3
26+
uses: actions/setup-node@v4
2727
with:
2828
node-version: ${{ matrix.node-version }}
2929

@@ -80,19 +80,19 @@ jobs:
8080
call yarn test
8181
8282
- name: Upload native-api-${{ matrix.os }}-${{ matrix.node-version }}
83-
uses: actions/upload-artifact@main
83+
uses: actions/upload-artifact@v4
8484
with:
8585
name: native-api-${{ matrix.os }}-${{ matrix.node-version }}
8686
path: packages/node-firebird-native-api
8787

8888
- name: Upload driver-${{ matrix.os }}-${{ matrix.node-version }}
89-
uses: actions/upload-artifact@main
89+
uses: actions/upload-artifact@v4
9090
with:
9191
name: driver-${{ matrix.os }}-${{ matrix.node-version }}
9292
path: packages/node-firebird-driver
9393

9494
- name: Upload driver-native-${{ matrix.os }}-${{ matrix.node-version }}
95-
uses: actions/upload-artifact@main
95+
uses: actions/upload-artifact@v4
9696
with:
9797
name: driver-native-${{ matrix.os }}-${{ matrix.node-version }}
9898
path: packages/node-firebird-driver-native

0 commit comments

Comments
 (0)