File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Checkout repository
11- uses : actions/checkout@v6
11+ uses : actions/checkout@v4
1212
1313 - name : Create archives
1414 run : |
1515 7z a -r patches.zip ./patches/*
1616
1717 - name : Upload archives
18- uses : actions/upload-artifact@v7
18+ uses : actions/upload-artifact@v4
1919 with :
2020 name : cheats
2121 path : ./patches.zip
2828 runs-on : ubuntu-latest
2929 steps :
3030 - name : Download artifacts
31- uses : actions/download-artifact@v8
31+ uses : actions/download-artifact@v4
3232
3333 - name : Create a new release
3434 uses : marvinpinto/action-automatic-releases@latest
Original file line number Diff line number Diff line change 1010 timeout-minutes : 1
1111 steps :
1212 - name : Checkout Repo
13- uses : actions/checkout@v6
13+ uses : actions/checkout@v4
1414
1515 - name : Validate all patches
1616 run : |
You can’t perform that action at this time.
0 commit comments