File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 88 build :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v2
11+ - uses : actions/checkout@v4
1212 - name : Install dependencies
1313 run : sudo apt-get update && sudo apt-get -y install zip build-essential
1414 - name : Setup environment
2828 - name : Build dist
2929 run : make dist
3030 - name : Upload artifacts
31- uses : actions/upload-artifact@v2-preview
31+ uses : actions/upload-artifact@v4
3232 with :
3333 name : ${{ env.BUILD_NAME }}.zip
3434 path : ./dist/*.zip
Original file line number Diff line number Diff line change 88 publish :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v2
11+ - uses : actions/checkout@v4
1212 - name : Install dependencies
1313 run : sudo apt-get update && sudo apt-get -y install zip build-essential
1414 - name : Build dist
You can’t perform that action at this time.
0 commit comments