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 4747 - name : set abi name
4848 run : echo abiname=$(make abiname) >> $GITHUB_ENV
4949 - name : Upload build artifacts
50- uses : actions/upload-artifact@v2
50+ uses : actions/upload-artifact@v4
5151 with :
5252 name : ${{ env.abiname }}
5353 path : lib/${{ env.abiname }}/libstackman.a
8383 if : ${{ matrix.native == 'yes' }}
8484 run : vs2022\${{matrix.folder}}\Debug\test.exe
8585 - name : Upload build artifacts
86- uses : actions/upload-artifact@v2
86+ uses : actions/upload-artifact@v4
8787 with :
8888 name : win_${{ matrix.platform }}
8989 path : lib/win_${{matrix.platform}}/stackman.lib
9494 if : ${{ github.event_name == 'push' }}
9595 steps :
9696 - uses : actions/checkout@v4
97- - uses : actions/download-artifact@v2
97+ - uses : actions/download-artifact@v4
9898 with :
9999 path : lib
100100
You can’t perform that action at this time.
0 commit comments