diff --git a/.github/workflows/lint-ci.yml b/.github/workflows/lint-ci.yml index 8bf7e6a6..85193ca2 100644 --- a/.github/workflows/lint-ci.yml +++ b/.github/workflows/lint-ci.yml @@ -11,7 +11,7 @@ on: jobs: CI: name: CI - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Checkout uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 diff --git a/.github/workflows/test-download-artifacts.yml b/.github/workflows/test-download-artifacts.yml index 8a6c0344..803b4aaf 100644 --- a/.github/workflows/test-download-artifacts.yml +++ b/.github/workflows/test-download-artifacts.yml @@ -13,7 +13,7 @@ on: jobs: download-latest: name: Download Latest - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Checkout uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 @@ -33,7 +33,7 @@ jobs: download-master: name: Download master - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 if: github.ref == 'refs/heads/master' steps: - name: Checkout @@ -54,7 +54,7 @@ jobs: download-branch: name: Download current branch - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Checkout uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 @@ -80,7 +80,7 @@ jobs: download-pr: name: Download Pull Request - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 if: github.ref != 'refs/heads/master' steps: - name: Checkout @@ -102,7 +102,7 @@ jobs: download-all: name: Download All - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Checkout uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 @@ -122,7 +122,7 @@ jobs: download-multiple: name: Download Multiple - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Checkout uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 @@ -143,7 +143,7 @@ jobs: download-wildcard: name: Download Wildcard - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Checkout uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 @@ -163,7 +163,7 @@ jobs: download-conclusion: name: Download Conclusion - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Checkout uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 diff --git a/.github/workflows/upload-test-artifacts.yml b/.github/workflows/upload-test-artifacts.yml index 0e6f1975..6aea44b9 100644 --- a/.github/workflows/upload-test-artifacts.yml +++ b/.github/workflows/upload-test-artifacts.yml @@ -11,7 +11,7 @@ on: jobs: upload: name: Upload - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Dump run: | @@ -27,7 +27,7 @@ jobs: upload-multiple: name: Upload Multiple - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Dump run: | @@ -50,7 +50,7 @@ jobs: upload-multiple-wildcard-test: name: Upload Multiple Wildcard Test - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Dump run: | diff --git a/.github/workflows/workflow-linter.yml b/.github/workflows/workflow-linter.yml index 56c9ddd6..cd40a3e3 100644 --- a/.github/workflows/workflow-linter.yml +++ b/.github/workflows/workflow-linter.yml @@ -10,7 +10,7 @@ on: jobs: lint: name: "Workflow Linter" - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Checkout Branch uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3