File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ jobs:
20
20
- 22.x
21
21
22
22
steps :
23
- - uses : actions/checkout@v3
23
+ - uses : actions/checkout@v4
24
24
25
25
- name : Use Node.js ${{ matrix.node-version }}
26
- uses : actions/setup-node@v3
26
+ uses : actions/setup-node@v4
27
27
with :
28
28
node-version : ${{ matrix.node-version }}
29
29
@@ -80,19 +80,19 @@ jobs:
80
80
call yarn test
81
81
82
82
- name : Upload native-api-${{ matrix.os }}-${{ matrix.node-version }}
83
- uses : actions/upload-artifact@main
83
+ uses : actions/upload-artifact@v4
84
84
with :
85
85
name : native-api-${{ matrix.os }}-${{ matrix.node-version }}
86
86
path : packages/node-firebird-native-api
87
87
88
88
- name : Upload driver-${{ matrix.os }}-${{ matrix.node-version }}
89
- uses : actions/upload-artifact@main
89
+ uses : actions/upload-artifact@v4
90
90
with :
91
91
name : driver-${{ matrix.os }}-${{ matrix.node-version }}
92
92
path : packages/node-firebird-driver
93
93
94
94
- name : Upload driver-native-${{ matrix.os }}-${{ matrix.node-version }}
95
- uses : actions/upload-artifact@main
95
+ uses : actions/upload-artifact@v4
96
96
with :
97
97
name : driver-native-${{ matrix.os }}-${{ matrix.node-version }}
98
98
path : packages/node-firebird-driver-native
You can’t perform that action at this time.
0 commit comments