Skip to content

Commit 1ea39ba

Browse files
Bump actions/upload-artifact from 4 to 5 (#3637)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c8792c5 commit 1ea39ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Build package
2424
run: uv build --python 3.14 --python-preference only-managed --sdist --wheel . --out-dir dist
2525
- name: Store the distribution packages
26-
uses: actions/upload-artifact@v4
26+
uses: actions/upload-artifact@v5
2727
with:
2828
name: ${{ env.dists-artifact-name }}
2929
path: dist/*

0 commit comments

Comments
 (0)