There was an error while loading. Please reload this page.
1 parent 9b24619 commit aff8944Copy full SHA for aff8944
1 file changed
.github/workflows/main.yml
@@ -21,7 +21,7 @@ jobs:
21
- run: npm run build
22
- run: npm test
23
- name: Upload build
24
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
25
with:
26
name: binding-artifact-${{ matrix.node-version }}
27
path: build
@@ -43,7 +43,7 @@ jobs:
43
node-version: ${{ matrix.node-version }}
44
- run: npm install
45
- name: Download build
46
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
47
48
49
0 commit comments