Skip to content

Commit

Permalink
up upload-artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
yannrichet authored Sep 13, 2024
1 parent 5188320 commit 4112a34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
shell: bash
name: R CMD INSTALL
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
path: ./R-*

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/submit-on-cran.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
exit 1
)
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
path: ./CRAN-*

Expand Down

0 comments on commit 4112a34

Please sign in to comment.