Skip to content

Commit 9948848

Browse files
committed
Merge branch 'main' into develop
2 parents 0b329ff + 0b6a88c commit 9948848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ jobs:
230230
if: ${{runner.os == 'Linux' && matrix.cibw_archs_linux == 'x86_64'}}
231231
run:
232232
python -m build --sdist
233-
- uses: actions/upload-artifact@v2
233+
- uses: actions/upload-artifact
234234
with:
235235
name: "dist"
236236
path: "dist/"

0 commit comments

Comments
 (0)