Skip to content

Commit f968be8

Browse files
Build: Bump actions/upload-artifact from 3 to 4 (#215)
1 parent 1877741 commit f968be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
if: startsWith(matrix.os, 'ubuntu')
8181
run: ls -lah dist/* && cp dist/* wheelhouse/
8282

83-
- uses: actions/upload-artifact@v3
83+
- uses: actions/upload-artifact@v4
8484
with:
8585
name: "release-${{ github.event.inputs.version }}"
8686
path: ./wheelhouse/*

0 commit comments

Comments
 (0)