Skip to content

Commit aff8944

Browse files
committed
Upgrade artifact version
1 parent 9b24619 commit aff8944

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- run: npm run build
2222
- run: npm test
2323
- name: Upload build
24-
uses: actions/upload-artifact@v3
24+
uses: actions/upload-artifact@v4
2525
with:
2626
name: binding-artifact-${{ matrix.node-version }}
2727
path: build
@@ -43,7 +43,7 @@ jobs:
4343
node-version: ${{ matrix.node-version }}
4444
- run: npm install
4545
- name: Download build
46-
uses: actions/download-artifact@v3
46+
uses: actions/download-artifact@v4
4747
with:
4848
name: binding-artifact-${{ matrix.node-version }}
4949
path: build

0 commit comments

Comments
 (0)