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 47
47
- name : set abi name
48
48
run : echo abiname=$(make abiname) >> $GITHUB_ENV
49
49
- name : Upload build artifacts
50
- uses : actions/upload-artifact@v2
50
+ uses : actions/upload-artifact@v4
51
51
with :
52
52
name : ${{ env.abiname }}
53
53
path : lib/${{ env.abiname }}/libstackman.a
83
83
if : ${{ matrix.native == 'yes' }}
84
84
run : vs2019\${{matrix.folder}}\Debug\test.exe
85
85
- name : Upload build artifacts
86
- uses : actions/upload-artifact@v2
86
+ uses : actions/upload-artifact@v4
87
87
with :
88
88
name : win_${{ matrix.platform }}
89
89
path : lib/win_${{matrix.platform}}/stackman.lib
94
94
if : ${{ github.event_name == 'push' }}
95
95
steps :
96
96
- uses : actions/checkout@v2
97
- - uses : actions/download-artifact@v4.1.7
97
+ - uses : actions/download-artifact@v4
98
98
with :
99
99
path : lib
100
100
You can’t perform that action at this time.
0 commit comments