mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-11-30 23:16:04 +07:00
update action environments
This commit is contained in:
5
.github/workflows/cgroup2.yaml
vendored
5
.github/workflows/cgroup2.yaml
vendored
@@ -29,7 +29,7 @@ jobs:
|
||||
JOB_NAME: "cgroup2-${{ matrix.provider }}-${{ matrix.rootless }}"
|
||||
steps:
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Boot Fedora
|
||||
run: |
|
||||
@@ -54,7 +54,6 @@ jobs:
|
||||
# Modify the client config to use the rootless daemon by default
|
||||
"$HELPER" docker context use rootless
|
||||
|
||||
|
||||
- name: Set up Rootless Podman
|
||||
if: ${{ matrix.provider == 'podman' && matrix.rootless == 'rootless' }}
|
||||
run: |
|
||||
@@ -88,7 +87,7 @@ jobs:
|
||||
|
||||
- name: Upload logs
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: kind-logs-${{ env.JOB_NAME }}-${{ github.run_id }}
|
||||
path: /tmp/kind/logs
|
||||
|
||||
4
.github/workflows/podman.yml
vendored
4
.github/workflows/podman.yml
vendored
@@ -30,7 +30,7 @@ jobs:
|
||||
PODMAN_VERSION: "stable"
|
||||
steps:
|
||||
- name: Check out code into the Go module directory
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
@@ -110,7 +110,7 @@ jobs:
|
||||
|
||||
- name: Upload logs
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: kind-logs-${{ env.JOB_NAME }}-${{ github.run_id }}
|
||||
path: /tmp/kind/logs
|
||||
|
||||
Reference in New Issue
Block a user