diff --git a/.github/workflows/application-signals-e2e-test.yml b/.github/workflows/application-signals-e2e-test.yml index c7a5731a9..288d93ad4 100644 --- a/.github/workflows/application-signals-e2e-test.yml +++ b/.github/workflows/application-signals-e2e-test.yml @@ -34,7 +34,7 @@ jobs: role-to-assume: arn:aws:iam::${{ secrets.APPLICATION_SIGNALS_E2E_TEST_ACCOUNT_ID }}:role/${{ secrets.APPLICATION_SIGNALS_E2E_TEST_ROLE_NAME }} aws-region: us-east-1 - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: ${{ inputs.staging-wheel-name }} diff --git a/.github/workflows/main-build.yml b/.github/workflows/main-build.yml index 434230019..0d123e09c 100644 --- a/.github/workflows/main-build.yml +++ b/.github/workflows/main-build.yml @@ -87,7 +87,7 @@ jobs: aws s3 cp dist/${{ steps.staging_wheel_output.outputs.STAGING_WHEEL}} s3://${{ env.STAGING_S3_BUCKET }} - name: Upload Wheel to GitHub Actions - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ steps.staging_wheel_output.outputs.STAGING_WHEEL}} path: dist/${{ steps.staging_wheel_output.outputs.STAGING_WHEEL}}