Skip to content

Commit 331400c

Browse files
Bump actions/upload-artifact from 4.6.0 to 4.6.1 (#13240)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 83155a1 commit 331400c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Build a binary wheel and a source tarball
1818
run: ./build-project.py
1919
- name: Store the distribution packages
20-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
20+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
2121
with:
2222
name: python-package-distributions
2323
path: dist/

0 commit comments

Comments
 (0)