File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ jobs:
2020 - name : build
2121 run : build.cmd ${{ matrix.arch }}
2222 - name : upload binaries
23- uses : actions/upload-artifact@v3
23+ uses : actions/upload-artifact@v4
2424 with :
2525 name : adbwinapi-${{ matrix.arch }}
2626 path : build-${{ matrix.arch }}/Release/*.dll
2727 - name : upload sources
2828 if : contains(matrix.arch, 'x64')
29- uses : actions/upload-artifact@v3
29+ uses : actions/upload-artifact@v4
3030 with :
3131 name : adbwinapi-sources
3232 path : adbwinapi_sources.zip
@@ -35,22 +35,22 @@ jobs:
3535 runs-on : windows-latest
3636 steps :
3737 - name : download arm64
38- uses : actions/download-artifact@v3
38+ uses : actions/download-artifact@v4
3939 with :
4040 name : adbwinapi-ARM64
4141 path : arm64
4242 - name : download win32
43- uses : actions/download-artifact@v3
43+ uses : actions/download-artifact@v4
4444 with :
4545 name : adbwinapi-Win32
4646 path : win32
4747 - name : download x64
48- uses : actions/download-artifact@v3
48+ uses : actions/download-artifact@v4
4949 with :
5050 name : adbwinapi-x64
5151 path : x64
5252 - name : upload merged artifacts
53- uses : actions/upload-artifact@v3
53+ uses : actions/upload-artifact@v4
5454 with :
5555 name : adbwinapi
5656 path : |
You can’t perform that action at this time.
0 commit comments