From e519418af953413d2d3df063bfc9850ba3fcff3c Mon Sep 17 00:00:00 2001 From: Thibault Charbonnier Date: Tue, 1 Aug 2023 10:17:50 -0700 Subject: [PATCH] Revert "chore(release) bump all actions versions" This reverts commit d6d837bf7e9a8788ce448b9995472ed78a1b1ce1. --- .github/workflows/release.yml | 42 +++++++++++++++++------------------ 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5ff43c276..69474581b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -81,7 +81,7 @@ jobs: - name: Build archive run: ./util/release.sh ${{ needs.setup.outputs.release_name }} --src - name: Upload archive - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v2 with: name: release-artifacts path: dist @@ -114,17 +114,17 @@ jobs: steps: - uses: actions/checkout@v3 - name: Login to GitHub Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v1 with: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.TOKEN_GITHUB }} - name: Setup QEMU - uses: docker/setup-qemu-action@v2 + uses: docker/setup-qemu-action@v1 - name: Setup Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v1 - name: ${{ matrix.name }} - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v2 with: file: ${{ matrix.file }} tags: ${{ matrix.tags }} @@ -150,12 +150,12 @@ jobs: env: GITHUB_OAUTH_TOKEN: ${{ secrets.GH_BOT_TOKEN }} - name: Upload binary - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v2 with: name: release-artifacts path: dist retention-days: ${{ env.RETENTION_DAYS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v2 if: failure() with: name: ${{ github.workflow }}-${{ github.job }}-sha-${{ github.sha }}-run-${{ github.run_number }} @@ -181,12 +181,12 @@ jobs: env: GITHUB_OAUTH_TOKEN: ${{ secrets.GH_BOT_TOKEN }} - name: Upload binary - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v2 with: name: release-artifacts path: dist retention-days: ${{ env.RETENTION_DAYS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v2 if: failure() with: name: ${{ github.workflow }}-${{ github.job }}-sha-${{ github.sha }}-run-${{ github.run_number }} @@ -232,7 +232,7 @@ jobs: - name: Setup QEMU uses: docker/setup-qemu-action@v2 - name: Login to GitHub Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v1 with: registry: ghcr.io username: ${{ github.repository_owner }} @@ -251,12 +251,12 @@ jobs: ghcr.io/kong/wasmx-build-ubuntu:22.04 \ /wasmx/util/release.sh ${{ needs.setup.outputs.release_name }} --bin - name: Upload binary - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v2 with: name: release-artifacts path: dist retention-days: ${{ env.RETENTION_DAYS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v2 if: failure() with: name: ${{ github.workflow }}-${{ github.job }}-sha-${{ github.sha }}-run-${{ github.run_number }} @@ -282,12 +282,12 @@ jobs: env: GITHUB_OAUTH_TOKEN: ${{ secrets.GH_BOT_TOKEN }} - name: Upload binary - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v2 with: name: release-artifacts path: dist retention-days: ${{ env.RETENTION_DAYS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v2 if: failure() with: name: ${{ github.workflow }}-${{ github.job }}-sha-${{ github.sha }}-run-${{ github.run_number }} @@ -313,12 +313,12 @@ jobs: env: GITHUB_OAUTH_TOKEN: ${{ secrets.GH_BOT_TOKEN }} - name: Upload binary - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v2 with: name: release-artifacts path: dist retention-days: ${{ env.RETENTION_DAYS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v2 if: failure() with: name: ${{ github.workflow }}-${{ github.job }}-sha-${{ github.sha }}-run-${{ github.run_number }} @@ -344,12 +344,12 @@ jobs: env: GITHUB_OAUTH_TOKEN: ${{ secrets.GH_BOT_TOKEN }} - name: Upload binary - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v2 with: name: release-artifacts path: dist retention-days: ${{ env.RETENTION_DAYS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v2 if: failure() with: name: ${{ github.workflow }}-${{ github.job }}-sha-${{ github.sha }}-run-${{ github.run_number }} @@ -372,12 +372,12 @@ jobs: env: GITHUB_OAUTH_TOKEN: ${{ secrets.GH_BOT_TOKEN }} - name: Upload binary - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v2 with: name: release-artifacts path: dist retention-days: ${{ env.RETENTION_DAYS }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v2 if: failure() with: name: ${{ github.workflow }}-${{ github.job }}-sha-${{ github.sha }}-run-${{ github.run_number }} @@ -389,7 +389,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Retrieve sibling release artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v2 with: name: release-artifacts - name: Drop Wasmer binaries