Skip to content

Commit 7b5c48d

Browse files
committed
Fix GH actions due to deprecated artifact
1 parent bcdaa98 commit 7b5c48d

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
@@ -74,7 +74,7 @@ jobs:
7474

7575
- name: Upload check results
7676
if: failure()
77-
uses: actions/upload-artifact@v2
77+
uses: actions/upload-artifact@v4
7878
with:
7979
name: ${{ runner.os }}-r${{ matrix.config.r }}-results
8080
path: check

0 commit comments

Comments
 (0)