File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7474 - run : yarn workspace @napi-cross-build/01-pure-rust build --target ${{ matrix.settings.target }} ${{ matrix.settings.flags }}
7575 env :
7676 XWIN_CACHE_DIR : ${{ github.workspace }}/.xwin
77- - uses : actions/upload-artifact@v4
77+ - uses : actions/upload-artifact@v5
7878 with :
7979 name : bindings-${{ matrix.settings.target }}
8080 path : 01-pure-rust/*.node
@@ -124,7 +124,7 @@ jobs:
124124 cache : yarn
125125 architecture : x86
126126 - name : Download bindings
127- uses : actions/download-artifact@v5
127+ uses : actions/download-artifact@v6
128128 with :
129129 name : bindings-${{ matrix.settings.target }}
130130 path : 01-pure-rust/
@@ -168,7 +168,7 @@ jobs:
168168 - name : Install dependencies
169169 run : yarn install
170170 - name : Download bindings
171- uses : actions/download-artifact@v5
171+ uses : actions/download-artifact@v6
172172 with :
173173 name : bindings-${{ matrix.settings.target }}
174174 path : 01-pure-rust/
You can’t perform that action at this time.
0 commit comments