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 2c09b0c + 4ebc6ae commit 044f3ddCopy full SHA for 044f3dd
2 files changed
.github/workflows/R-CMD-check.yaml
@@ -119,7 +119,7 @@ jobs:
119
120
- name: Upload check results
121
if: failure()
122
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
123
with:
124
name: ${{ runner.os }}-r${{ matrix.config.r }}-results
125
path: check
.github/workflows/cmdstan-tarball-check.yaml
@@ -115,7 +115,7 @@ jobs:
115
116
117
118
0 commit comments