We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5079863 commit 6542deaCopy full SHA for 6542dea
.github/workflows/main.yml
@@ -62,7 +62,7 @@ jobs:
62
sudo apt-get install pandoc texlive texlive-latex-extra dvipng
63
make docs
64
65
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v4
66
if: (matrix.python-version == '3.11') && (github.event_name == 'pull_request')
67
with:
68
name: "doc_${{ github.event.pull_request.number }}"
0 commit comments