We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21348af commit c3c8423Copy full SHA for c3c8423
.github/workflows/airbyte-ci-release.yml
@@ -54,7 +54,7 @@ jobs:
54
working-directory: airbyte-ci/connectors/pipelines/
55
run: poetry run poe build-release-binary ${{ env.BINARY_FILE_NAME }}
56
57
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v3
58
with:
59
name: airbyte-ci-${{ matrix.os }}-${{ steps.get_short_sha.outputs.sha }}
60
path: airbyte-ci/connectors/pipelines/dist/${{ env.BINARY_FILE_NAME }}
0 commit comments