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 886b2bf commit 5938524Copy full SHA for 5938524
.github/workflows/main.yml
@@ -35,7 +35,7 @@ jobs:
35
make docs V=1
36
cp doc/bn.pdf bn-${{ github.run_id }}.pdf
37
- name: upload PDF
38
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
39
with:
40
name: bn-${{ github.run_id }}.pdf
41
path: bn-${{ github.run_id }}.pdf
0 commit comments