From 2686599248fefc5fdd55e5001de2132bf0b54a0a Mon Sep 17 00:00:00 2001 From: Lukas Prettenthaler Date: Mon, 17 Oct 2022 10:47:45 -0600 Subject: [PATCH] upgrade gh actions --- .github/workflows/multiarch.yml | 4 ++-- .github/workflows/router.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/multiarch.yml b/.github/workflows/multiarch.yml index 6792948..279d23e 100644 --- a/.github/workflows/multiarch.yml +++ b/.github/workflows/multiarch.yml @@ -51,7 +51,7 @@ jobs: run: podman save -o /tmp/image.tar ${{ env.IMAGE_NAME }}:${{ matrix.platform.tag }} - name: Upload artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: image-${{ matrix.platform.tag }} path: /tmp/image.tar @@ -63,7 +63,7 @@ jobs: environment: production steps: - name: Download artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 - name: Setup podman and buildah uses: zyclonite/setup-podman@v1 diff --git a/.github/workflows/router.yml b/.github/workflows/router.yml index 985f408..efd070e 100644 --- a/.github/workflows/router.yml +++ b/.github/workflows/router.yml @@ -60,7 +60,7 @@ jobs: run: podman save -o /tmp/image.tar ${{ env.IMAGE_NAME }}:${{ matrix.platform.tag }} - name: Upload artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: image-${{ matrix.platform.tag }} path: /tmp/image.tar @@ -72,7 +72,7 @@ jobs: environment: production steps: - name: Download artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 - name: Setup podman and buildah uses: zyclonite/setup-podman@v1