Skip to content

Commit 241f477

Browse files
committed
Bump version for download and upload artifact (#751)
1 parent 135105b commit 241f477

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -44,18 +44,19 @@ jobs:
4444
# If no files with path lonboard/static, fail
4545
unzip -l dist/*.whl | grep "lonboard/static" || exit 1
4646
47-
- uses: actions/upload-artifact@v3
47+
- uses: actions/upload-artifact@v4
4848
with:
4949
path: ./dist/
5050

5151
upload_pypi:
5252
needs: [build]
5353
runs-on: ubuntu-latest
5454
steps:
55-
- uses: actions/download-artifact@v3
55+
- uses: actions/download-artifact@v4
5656
with:
5757
name: artifact
5858
path: dist
59+
merge-multiple: true
5960

6061
- uses: pypa/gh-action-pypi-publish@release/v1
6162
with:

0 commit comments

Comments
 (0)