Features
Bugs
- Fixed an issue where ephemeral runners deregistered themselves when jobs were not successful (#1384)
- Fixed an issue where you were not able to un-configure a runner that changed groups (#1359)
- Disable
stop-commands
command using well known keywords as a token (#1371)
Misc
- Don't retry 422 error codes when downloading actions (#1352)
- Handle upgrade more smoothly on OSX (#1381)
Windows x64
We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.
The following snipped needs to be run on powershell
:
# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.283.2/actions-runner-win-x64-2.283.2.zip -OutFile actions-runner-win-x64-2.283.2.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.283.2.zip", "$PWD")
OSX
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.283.2/actions-runner-osx-x64-2.283.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.283.2.tar.gz
Linux x64
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.283.2/actions-runner-linux-x64-2.283.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.283.2.tar.gz
Linux arm64
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.283.2/actions-runner-linux-arm64-2.283.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.283.2.tar.gz
Linux arm
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.283.2/actions-runner-linux-arm-2.283.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.283.2.tar.gz
Using your self hosted runner
For additional details about configuring, running, or shutting down the runner please check out our product docs.
SHA-256 Checksums
The SHA-256 checksums for the packages included in this build are shown below:
- actions-runner-win-x64-2.283.2.zip ad249c02785a2efc9e44ee4b57e31310dd4552ef0a700a2e38fcdff00d9d53b4
- actions-runner-osx-x64-2.283.2.tar.gz d7d026b9bf1cb3f133cf53e79c71c0458a82b3f2bdb0a8859cd386ae18ee7c4a
- actions-runner-linux-x64-2.283.2.tar.gz ef2b350068f7d581eb6840e3c399a42f9cb808f7ee9a0456f3ad97c84ccb2a9d
- actions-runner-linux-arm64-2.283.2.tar.gz 990646bdced99679e752c1af9d26fdd8a93d319ce0e24c9a30c1c6b25e505ced
- actions-runner-linux-arm-2.283.2.tar.gz 0c0c67e8a1dddccf74303d58c59477f2d233aa3f2b62e076e7f257f854ae1198