Skip to content

Commit 4ebc6ae

Browse files
Bump actions/upload-artifact from 2 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 87f7603 commit 4ebc6ae

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)