Skip to content

Commit 2ac8df8

Browse files
Bump actions/upload-artifact from 6 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b12710e commit 2ac8df8

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@v6
53+
uses: actions/upload-artifact@v7
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@v6
75+
uses: actions/upload-artifact@v7
7676
with:
7777
name: python-package-distributions
7878
path: ${{ env.out_dir }}

0 commit comments

Comments
 (0)