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 34e9936 commit d2d1f3fCopy full SHA for d2d1f3f
.github/workflows/main-build.yml
@@ -72,7 +72,7 @@ jobs:
72
aws s3 cp aws-distro-opentelemetry-node-autoinstrumentation/${{ steps.staging_tarball_output.outputs.STAGING_TARBALL }} s3://${{ env.STAGING_S3_BUCKET }}
73
74
- name: Upload Tarball to GitHub Actions
75
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
76
with:
77
name: ${{ steps.staging_tarball_output.outputs.STAGING_TARBALL}}
78
path: aws-distro-opentelemetry-node-autoinstrumentation/${{ steps.staging_tarball_output.outputs.STAGING_TARBALL}}
0 commit comments