We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ebcca4 commit 0e1f494Copy full SHA for 0e1f494
1 file changed
.github/workflows/test-build-resources-with-pandoc.yml
@@ -32,15 +32,15 @@ jobs:
32
entrypoint: "/bin/sh"
33
args: "./build-resources-with-pandoc.sh"
34
- name: Archive resources
35
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
36
id: artifact-upload-step
37
with:
38
name: pandoc_resources
39
path: ./public/resources/
40
retention-days: 1
41
- name: Archive Error resources
42
if: failure()
43
44
45
name: error_resources
46
path: ./documents/
0 commit comments