Skip to content

Commit 6253f0c

Browse files
committed
Merge branch 'master' into toxgen/update
2 parents 69cdc00 + 973dda7 commit 6253f0c

File tree

184 files changed

+4379
-4918
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

184 files changed

+4379
-4918
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
python-version: 3.12
4646
- name: Setup build cache
47-
uses: actions/cache@v4
47+
uses: actions/cache@v5
4848
id: build_cache
4949
with:
5050
path: ${{ env.CACHED_BUILD_PATHS }}
@@ -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@v5
58+
uses: actions/upload-artifact@v6
5959
with:
6060
name: artifact-build_lambda_layer
6161
path: |
@@ -79,7 +79,7 @@ jobs:
7979
make apidocs
8080
cd docs/_build && zip -r gh-pages ./
8181
82-
- uses: actions/upload-artifact@v5
82+
- uses: actions/upload-artifact@v6
8383
with:
8484
name: artifact-docs
8585
path: |
@@ -93,7 +93,7 @@ jobs:
9393
runs-on: ubuntu-latest
9494
needs: [build_lambda_layer, docs]
9595
steps:
96-
- uses: actions/upload-artifact/merge@v5
96+
- uses: actions/upload-artifact/merge@v6
9797
with:
9898
# Craft expects release assets from github to be a single artifact named after the sha.
9999
name: ${{ github.sha }}

.github/workflows/test-integrations-agents.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
coverage xml
7272
- name: Upload coverage to Codecov
7373
if: ${{ !cancelled() }}
74-
uses: codecov/[email protected].1
74+
uses: codecov/[email protected].2
7575
with:
7676
token: ${{ secrets.CODECOV_TOKEN }}
7777
files: coverage.xml

.github/workflows/test-integrations-ai-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
coverage xml
7676
- name: Upload coverage to Codecov
7777
if: ${{ !cancelled() }}
78-
uses: codecov/[email protected].1
78+
uses: codecov/[email protected].2
7979
with:
8080
token: ${{ secrets.CODECOV_TOKEN }}
8181
files: coverage.xml

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
coverage xml
9292
- name: Upload coverage to Codecov
9393
if: ${{ !cancelled() }}
94-
uses: codecov/[email protected].1
94+
uses: codecov/[email protected].2
9595
with:
9696
token: ${{ secrets.CODECOV_TOKEN }}
9797
files: coverage.xml

.github/workflows/test-integrations-cloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
coverage xml
8888
- name: Upload coverage to Codecov
8989
if: ${{ !cancelled() }}
90-
uses: codecov/[email protected].1
90+
uses: codecov/[email protected].2
9191
with:
9292
token: ${{ secrets.CODECOV_TOKEN }}
9393
files: coverage.xml

.github/workflows/test-integrations-common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
coverage xml
6868
- name: Upload coverage to Codecov
6969
if: ${{ !cancelled() }}
70-
uses: codecov/[email protected].1
70+
uses: codecov/[email protected].2
7171
with:
7272
token: ${{ secrets.CODECOV_TOKEN }}
7373
files: coverage.xml

.github/workflows/test-integrations-dbs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
coverage xml
108108
- name: Upload coverage to Codecov
109109
if: ${{ !cancelled() }}
110-
uses: codecov/[email protected].1
110+
uses: codecov/[email protected].2
111111
with:
112112
token: ${{ secrets.CODECOV_TOKEN }}
113113
files: coverage.xml

.github/workflows/test-integrations-flags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
coverage xml
8080
- name: Upload coverage to Codecov
8181
if: ${{ !cancelled() }}
82-
uses: codecov/[email protected].1
82+
uses: codecov/[email protected].2
8383
with:
8484
token: ${{ secrets.CODECOV_TOKEN }}
8585
files: coverage.xml

.github/workflows/test-integrations-gevent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
coverage xml
6868
- name: Upload coverage to Codecov
6969
if: ${{ !cancelled() }}
70-
uses: codecov/[email protected].1
70+
uses: codecov/[email protected].2
7171
with:
7272
token: ${{ secrets.CODECOV_TOKEN }}
7373
files: coverage.xml

.github/workflows/test-integrations-graphql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
coverage xml
8080
- name: Upload coverage to Codecov
8181
if: ${{ !cancelled() }}
82-
uses: codecov/[email protected].1
82+
uses: codecov/[email protected].2
8383
with:
8484
token: ${{ secrets.CODECOV_TOKEN }}
8585
files: coverage.xml

0 commit comments

Comments
 (0)