File tree Expand file tree Collapse file tree 4 files changed +432
-431
lines changed
scripts/test-lambda-locally Expand file tree Collapse file tree 4 files changed +432
-431
lines changed Original file line number Diff line number Diff line change 3434 token : ${{ secrets.GITHUB_TOKEN }}
3535
3636 - name : Run Python SDK Tests
37- uses : getsentry/testing-ai-sdk-integrations@5b57253605660c813c237839a42826d3d003ee0b
37+ uses : getsentry/testing-ai-sdk-integrations@121da677853244cedfe11e95184b2b431af102eb
3838 env :
3939 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4040 with :
Original file line number Diff line number Diff line change 5555 # This will also trigger "make dist" that creates the Python packages
5656 make aws-lambda-layer
5757 - name : Upload Python Packages
58- uses : actions/upload-artifact@v6
58+ uses : actions/upload-artifact@v7
5959 with :
6060 name : artifact-build_lambda_layer
6161 path : |
7777 make apidocs
7878 cd docs/_build && zip -r gh-pages ./
7979
80- - uses : actions/upload-artifact@v6
80+ - uses : actions/upload-artifact@v7
8181 with :
8282 name : artifact-docs
8383 path : |
Original file line number Diff line number Diff line change 3131 token : ${{ steps.token.outputs.token }}
3232 fetch-depth : 0
3333 - name : Prepare release
34- uses : getsentry/craft@beea4aba589c66381258cbd131c5551ae8245b82 # v2
34+ uses : getsentry/craft@d4cfac9d25d1fc72c9241e5d22aff559a114e4e9 # v2
3535 env :
3636 GITHUB_TOKEN : ${{ steps.token.outputs.token }}
3737 with :
You can’t perform that action at this time.
0 commit comments