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.
2 parents d26e636 + 07f985b commit 1f73ac5Copy full SHA for 1f73ac5
.github/workflows/CI.yml
@@ -77,7 +77,7 @@ jobs:
77
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
78
- name: Zip the HTML documentation
79
run: zip-folder --debug --auto-root --outfile "docs.zip" docs/build
80
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
81
name: Upload documentation artifacts
82
with:
83
name: GRAPE
.github/workflows/JOSS.yml
@@ -20,7 +20,7 @@ jobs:
20
openjournals/inara:latest \
21
-o pdf -p paper.md
22
- name: Upload
23
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
24
25
name: paper
26
path: paper/paper.pdf
0 commit comments