|
@@ -157,7 +157,7 @@ jobs:
|
|
|
if: ${{ !matrix.settings.docker }}
|
|
|
shell: bash
|
|
|
- name: Upload artifact
|
|
|
- uses: actions/upload-artifact@v3
|
|
|
+ uses: actions/upload-artifact@v4
|
|
|
with:
|
|
|
name: bindings-${{ matrix.settings.target }}
|
|
|
path: ${{ env.APP_NAME }}.*.node
|
|
@@ -203,7 +203,7 @@ jobs:
|
|
|
rm -rf target
|
|
|
rm -rf .yarn/cache
|
|
|
- name: Upload artifact
|
|
|
- uses: actions/upload-artifact@v3
|
|
|
+ uses: actions/upload-artifact@v4
|
|
|
with:
|
|
|
name: bindings-freebsd
|
|
|
path: ${{ env.APP_NAME }}.*.node
|