From c3c842340ae183a5283997a3e6f9ccbebdb38920 Mon Sep 17 00:00:00 2001 From: Marius Posta Date: Tue, 10 Sep 2024 07:47:39 -0700 Subject: [PATCH] .github: fix airbyte-ci-release.yml (#45361) --- .github/workflows/airbyte-ci-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/airbyte-ci-release.yml b/.github/workflows/airbyte-ci-release.yml index aad8f7629559..026d54801b95 100644 --- a/.github/workflows/airbyte-ci-release.yml +++ b/.github/workflows/airbyte-ci-release.yml @@ -54,7 +54,7 @@ jobs: working-directory: airbyte-ci/connectors/pipelines/ run: poetry run poe build-release-binary ${{ env.BINARY_FILE_NAME }} - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: airbyte-ci-${{ matrix.os }}-${{ steps.get_short_sha.outputs.sha }} path: airbyte-ci/connectors/pipelines/dist/${{ env.BINARY_FILE_NAME }}