Skip to content

Commit b6887dd

Browse files
authored
Merge branch 'main' into dependabot/pip/pytest-cov-7.0.0
2 parents 3e9721b + 39a3c5c commit b6887dd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: uv build --out-dir ${{ env.out_dir }}
5151

5252
- name: Store the distribution packages
53-
uses: actions/upload-artifact@v5
53+
uses: actions/upload-artifact@v6
5454
with:
5555
name: python-package-distributions
5656
path: ${{ env.out_dir }}

.github/workflows/release-testpypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
run: uv build --out-dir ${{ env.out_dir }}
7373

7474
- name: Store the distribution packages
75-
uses: actions/upload-artifact@v5
75+
uses: actions/upload-artifact@v6
7676
with:
7777
name: python-package-distributions
7878
path: ${{ env.out_dir }}

0 commit comments

Comments
 (0)