Skip to content

Commit dc92b7d

Browse files
committed
Update upload-artifact version
1 parent 440949b commit dc92b7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ jobs:
256256
run: |
257257
pip install build
258258
python -m build --sdist
259-
- uses: actions/upload-artifact@v2
259+
- uses: actions/upload-artifact
260260
with:
261261
name: "dist"
262262
path: "dist/"

0 commit comments

Comments
 (0)