We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a31e3c commit 0c6578bCopy full SHA for 0c6578b
.github/workflows/main-build.yml
@@ -87,7 +87,7 @@ jobs:
87
aws s3 cp dist/${{ steps.staging_wheel_output.outputs.STAGING_WHEEL}} s3://${{ env.STAGING_S3_BUCKET }}
88
89
- name: Upload Wheel to GitHub Actions
90
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
91
with:
92
name: ${{ steps.staging_wheel_output.outputs.STAGING_WHEEL}}
93
path: dist/${{ steps.staging_wheel_output.outputs.STAGING_WHEEL}}
0 commit comments