Skip to content

Commit 697f21f

Browse files
committed
update version of depreciated upload-artifact action
1 parent 276c923 commit 697f21f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

111111
- name: Upload install log if the build/install/check step fails
112112
if: always() && (steps.build-install-check.outcome == 'failure')
113-
uses: actions/upload-artifact@v3
113+
uses: actions/upload-artifact@v4
114114
with:
115115
name: install-log
116116
path: |

0 commit comments

Comments
 (0)