File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 44jobs :
55 activation :
66 name : Request manual activation file 🔑
7- runs-on : ubuntu-20.04
7+ runs-on : ubuntu-latest
88 steps :
99 # Request manual activation file
1010 - name : Request manual activation file
1111 id : getManualLicenseFile
1212 uses : game-ci/unity-request-activation-file@v2
1313 # Upload artifact (Unity_v20XX.X.XXXX.alf)
1414 - name : Expose as artifact
15- uses : actions/upload-artifact@v3
15+ uses : actions/upload-artifact@v4
1616 with :
1717 name : ${{ steps.getManualLicenseFile.outputs.filePath }}
1818 path : ${{ steps.getManualLicenseFile.outputs.filePath }}
Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ on: [push]
44
55jobs :
66 build :
7- runs-on : ubuntu-20.04
7+ runs-on : ubuntu-latest
88 steps :
99 # Checkout
1010 - name : Checkout repository
1111 uses : actions/checkout@v3
1212
13- - uses : actions/setup-dotnet@v3
13+ - uses : actions/setup-dotnet@v4
1414 with :
1515 dotnet-version : ' 5.0.x'
1616
5151 testMode : editmode
5252 githubToken : ${{ secrets.GITHUB_TOKEN }}
5353
54- - uses : actions/upload-artifact@v3
54+ - uses : actions/upload-artifact@v4
5555 if : always()
5656 with :
5757 name : Test results
6969 allowDirtyBuild : true
7070
7171 # Output
72- - uses : actions/upload-artifact@v3
72+ - uses : actions/upload-artifact@v4
7373 with :
7474 name : Build
7575 path : build
You can’t perform that action at this time.
0 commit comments