Skip to content

Commit

Permalink
change upload artifact from v2 to v3.
Browse files Browse the repository at this point in the history
  • Loading branch information
wolski committed Oct 24, 2024
1 parent a8942f4 commit 48eb0e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/r.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
shell: Rscript {0}
- name: List files in home directory
run: find $R_LIBS_SITE -type f > files.txt
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: files
path: files.txt
Expand Down

0 comments on commit 48eb0e4

Please sign in to comment.