We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccb26a3 commit 2e41319Copy full SHA for 2e41319
.github/workflows/R-CMD-check.yml
@@ -44,7 +44,7 @@ jobs:
44
45
- name: Upload test results
46
if: failure()
47
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
48
with:
49
name: coverage-test-failures
50
path: ${{ runner.temp }}/package
.github/workflows/draft-pdf.yml
@@ -14,7 +14,7 @@ jobs:
14
# This should be the path to the paper within your repo.
15
paper-path: paper/paper.md
16
- name: Upload
17
- uses: actions/upload-artifact@v1
18
19
name: paper
20
# This is the output path where Pandoc will write the compiled
0 commit comments