From 3a57527ca8e4301e34a17555e9fb5b5513319851 Mon Sep 17 00:00:00 2001 From: pnilan Date: Thu, 9 Jan 2025 09:31:46 -0800 Subject: [PATCH] update `actions/upload-artifact` to v4 due to v3 deprecation --- .github/workflows/airbyte-ci-release.yml | 2 +- .github/workflows/test-performance-command.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/airbyte-ci-release.yml b/.github/workflows/airbyte-ci-release.yml index f95d47be56d9..ea7a1d5708fe 100644 --- a/.github/workflows/airbyte-ci-release.yml +++ b/.github/workflows/airbyte-ci-release.yml @@ -56,7 +56,7 @@ jobs: working-directory: airbyte-ci/connectors/pipelines/ run: poetry run poe build-release-binary ${{ env.BINARY_FILE_NAME }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: airbyte-ci-${{ matrix.os }}-${{ steps.get_short_sha.outputs.sha }} path: airbyte-ci/connectors/pipelines/dist/${{ env.BINARY_FILE_NAME }} diff --git a/.github/workflows/test-performance-command.yml b/.github/workflows/test-performance-command.yml index 73cc45700ef9..096d55bcfb4a 100644 --- a/.github/workflows/test-performance-command.yml +++ b/.github/workflows/test-performance-command.yml @@ -131,7 +131,7 @@ jobs: GCP_GSM_CREDENTIALS: ${{ secrets.GCP_GSM_CREDENTIALS }} - name: Archive test reports artifacts if: github.event.inputs.comment-id && failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: test-reports path: | @@ -145,7 +145,7 @@ jobs: - name: Test coverage reports artifacts if: github.event.inputs.comment-id && success() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: test-reports path: |