Skip to content

Commit eb2aa7a

Browse files
build(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1 (#66)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5b19eea commit eb2aa7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Build package
2727
run: uv build --python 3.14 --python-preference only-managed --sdist --wheel . --out-dir dist
2828
- name: Store the distribution packages
29-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
29+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
3030
with:
3131
name: ${{ env.dists-artifact-name }}
3232
path: dist/*

0 commit comments

Comments
 (0)