Skip to content

Commit 044f3dd

Browse files
authored
Merge pull request #670 from stan-dev/dependabot/github_actions/actions/upload-artifact-3
Bump actions/upload-artifact from 2 to 3
2 parents 2c09b0c + 4ebc6ae commit 044f3dd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119

120120
- name: Upload check results
121121
if: failure()
122-
uses: actions/upload-artifact@v2
122+
uses: actions/upload-artifact@v3
123123
with:
124124
name: ${{ runner.os }}-r${{ matrix.config.r }}-results
125125
path: check

.github/workflows/cmdstan-tarball-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115

116116
- name: Upload check results
117117
if: failure()
118-
uses: actions/upload-artifact@v2
118+
uses: actions/upload-artifact@v3
119119
with:
120120
name: ${{ runner.os }}-r${{ matrix.config.r }}-results
121121
path: check

0 commit comments

Comments
 (0)