File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99jobs :
1010 attach-release-artifacts :
1111 # The type of runner that the job will run on
12- runs-on : ubuntu-latest
12+ runs-on : ubuntu-22.04
1313
1414 # Steps represent a sequence of tasks that will be executed as part of the job
1515 steps :
Original file line number Diff line number Diff line change 1616# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1717jobs :
1818 check-secret :
19- runs-on : ubuntu-latest
19+ runs-on : ubuntu-22.04
2020 outputs :
2121 has-password : ${{ steps.has-password.outputs.defined }}
2222 steps :
9191 cp -v -R "${GITHUB_WORKSPACE}/GameData" "${RELEASE_DIR}"
9292
9393 - name : Upload artifacts
94- uses : actions/upload-artifact@v1
94+ uses : actions/upload-artifact@v4
9595 with :
9696 name : RealSolarSystem
9797 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 :
You can’t perform that action at this time.
0 commit comments