Skip to content

Commit c3c8423

Browse files
author
Marius Posta
authored
.github: fix airbyte-ci-release.yml (#45361)
1 parent 21348af commit c3c8423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/airbyte-ci-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
working-directory: airbyte-ci/connectors/pipelines/
5555
run: poetry run poe build-release-binary ${{ env.BINARY_FILE_NAME }}
5656

57-
- uses: actions/upload-artifact@v2
57+
- uses: actions/upload-artifact@v3
5858
with:
5959
name: airbyte-ci-${{ matrix.os }}-${{ steps.get_short_sha.outputs.sha }}
6060
path: airbyte-ci/connectors/pipelines/dist/${{ env.BINARY_FILE_NAME }}

0 commit comments

Comments
 (0)