Skip to content

Commit 8a3b20a

Browse files
committed
push.yml
1 parent 21c712d commit 8a3b20a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
python-version: "3.x"
1111
- run: "python -m pip install --upgrade build"
1212
- run: "python -m build ."
13-
- uses: "actions/upload-artifact@v3"
13+
- uses: "actions/upload-artifact@v4"
1414
with:
1515
name: "python-package-distributions"
1616
path: "dist/"

0 commit comments

Comments
 (0)