We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae9cdb0 commit c2105c2Copy full SHA for c2105c2
.github/workflows/main.yml
@@ -26,7 +26,7 @@ jobs:
26
- run: |
27
pip install build
28
python -m build
29
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
30
with:
31
name: ${{ github.sha }}
32
path: dist/*
0 commit comments