Skip to content

Commit

Permalink
Fix Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
siimav committed Oct 19, 2024
1 parent c839ffa commit b5f4e25
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/attach-release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
attach-release-artifacts:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
secrets:
KSP_ZIP_PASSWORD: ${{ secrets.KSP_ZIP_PASSWORD }}
validate-cfg-files:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout repo
uses: actions/checkout@v2
Expand All @@ -22,7 +22,7 @@ jobs:
- name: Validate config files
uses: KSP-CKAN/KSPMMCfgParser@master
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: [check-secret]
if: needs.check-secret.outputs.has-password == 'true'
steps:
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
cp -v -R "${GITHUB_WORKSPACE}/GameData/RealAntennas" "${RELEASE_DIR}"
- name: Upload artifacts
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: RealAntennas
path: ${{ steps.assemble-release.outputs.release-dir }}
2 changes: 1 addition & 1 deletion .github/workflows/pr-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
pr_comment:
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/github-script@v5
with:
Expand Down

0 comments on commit b5f4e25

Please sign in to comment.