File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818 # This workflow contains a single job called "build"
1919 build :
2020 # The type of runner that the job will run on
21- runs-on : ubuntu-latest
21+ runs-on : ubuntu-22.04
2222
2323 # Steps represent a sequence of tasks that will be executed as part of the job
2424 steps :
6969 cp -v -R "${GITHUB_WORKSPACE}/GameData" "${RELEASE_DIR}"
7070
7171 - name : Upload artifacts
72- uses : actions/upload-artifact@v1
72+ uses : actions/upload-artifact@v4
7373 with :
7474 name : TestFlight
7575 path : ${{ steps.assemble-release.outputs.release-dir }}
Original file line number Diff line number Diff line change 66jobs :
77 pr_comment :
88 if : github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
9- runs-on : ubuntu-latest
9+ runs-on : ubuntu-22.04
1010 steps :
1111 - uses : actions/github-script@v3
1212 with :
Original file line number Diff line number Diff line change 1010 tagged-release :
1111 name : " Tagged Release"
1212 # The type of runner that the job will run on
13- runs-on : ubuntu-latest
13+ runs-on : ubuntu-22.04
1414
1515 # Steps represent a sequence of tasks that will be executed as part of the job
1616 steps :
You can’t perform that action at this time.
0 commit comments