From d660bffc4e417d4ed3a2fb604fb8a206f6f3bc73 Mon Sep 17 00:00:00 2001 From: Enes Date: Wed, 1 Feb 2023 10:46:53 +0300 Subject: [PATCH] update action environments --- .github/workflows/cgroup2.yaml | 5 ++--- .github/workflows/podman.yml | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cgroup2.yaml b/.github/workflows/cgroup2.yaml index a291d891..233ba1e1 100644 --- a/.github/workflows/cgroup2.yaml +++ b/.github/workflows/cgroup2.yaml @@ -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 diff --git a/.github/workflows/podman.yml b/.github/workflows/podman.yml index d9451143..7ec7e9ff 100644 --- a/.github/workflows/podman.yml +++ b/.github/workflows/podman.yml @@ -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