Skip to content

Commit 2b3cec7

Browse files
authored
Merge branch 'master' into feat/span-first
2 parents cd2f268 + 13157f7 commit 2b3cec7

File tree

4 files changed

+432
-431
lines changed

4 files changed

+432
-431
lines changed

.github/workflows/ai-integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
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:

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
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: |
@@ -77,7 +77,7 @@ jobs:
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: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
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:

0 commit comments

Comments
 (0)