File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111 build :
1212 runs-on : windows-2019
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v4
1515 with :
1616 fetch-depth : 0
1717 - uses : msys2/setup-msys2@v2
3333 -DCMAKE_SHARED_LINKER_FLAGS="-static" \
3434 -G Ninja ..
3535 cmake --build . --target package
36- - uses : actions/upload-artifact@v3
36+ - uses : actions/upload-artifact@v4
3737 with :
3838 name : menu
3939 path : build/menu.zip
4242 runs-on : ubuntu-22.04
4343 if : ${{ github.ref == 'refs/heads/main' || github.ref_type == 'tag' }}
4444 steps :
45- - uses : actions/checkout@v3
46- - uses : actions/download-artifact@v3
45+ - uses : actions/checkout@v4
46+ - uses : actions/download-artifact@v4
4747 - uses : rickstaa/action-create-tag@v1
4848 if : ${{ github.ref == 'refs/heads/main' }}
4949 with :
You can’t perform that action at this time.
0 commit comments