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 3182072 commit 418330cCopy full SHA for 418330c
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
set -x
18
pip install build
19
python -m build
20
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
21
with:
22
name: ${{ github.sha }}
23
path: dist/*
0 commit comments