We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 826b01d + 0b72eea commit 731c5d1Copy full SHA for 731c5d1
1 file changed
.github/workflows/build.yml
@@ -62,7 +62,7 @@ jobs:
62
python -m pip install .[dev]
63
make -C docs html
64
- name: upload generated projects
65
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
66
with:
67
name: cookie_python_${{ matrix.python-version }}
68
path: /tmp/cookie_python
0 commit comments