Skip to content

Commit 9bde976

Browse files
Bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a67fcb4 commit 9bde976

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Build wheel
1919
run: uv build --wheel
2020
- name: Upload wheel artifact
21-
uses: actions/upload-artifact@v5
21+
uses: actions/upload-artifact@v6
2222
with:
2323
name: dist
2424
path: dist/*.whl

.github/workflows/test-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Build wheel
1919
run: uv build --wheel
2020
- name: Upload wheel artifact
21-
uses: actions/upload-artifact@v5
21+
uses: actions/upload-artifact@v6
2222
with:
2323
name: dist
2424
path: dist/*.whl

0 commit comments

Comments
 (0)