File tree 7 files changed +14
-13
lines changed
7 files changed +14
-13
lines changed Original file line number Diff line number Diff line change 16
16
mkdir -p ./pr
17
17
printf ${{ github.event.number }} > ./pr/NUM
18
18
- name : Upload Diff
19
- uses : actions/upload-artifact@v3
19
+ uses : actions/upload-artifact@v4
20
20
with :
21
21
name : pr
22
22
path : ./pr
Original file line number Diff line number Diff line change 82
82
contents : write
83
83
steps :
84
84
- name : ' Checkout md outputs'
85
- uses : actions/checkout@v3
85
+ uses : actions/checkout@v4
86
86
with :
87
87
ref : md-outputs
88
88
path : built
Original file line number Diff line number Diff line change 25
25
- name : " Upload PR number"
26
26
id : upload
27
27
if : ${{ always() }}
28
- uses : actions/upload-artifact@v3
28
+ uses : actions/upload-artifact@v4
29
29
with :
30
30
name : pr
31
31
path : ${{ github.workspace }}/NR
@@ -58,10 +58,10 @@ jobs:
58
58
MD : ${{ github.workspace }}/site/built
59
59
steps :
60
60
- name : " Check Out Main Branch"
61
- uses : actions/checkout@v3
61
+ uses : actions/checkout@v4
62
62
63
63
- name : " Check Out Staging Branch"
64
- uses : actions/checkout@v3
64
+ uses : actions/checkout@v4
65
65
with :
66
66
ref : md-outputs
67
67
path : ${{ env.MD }}
@@ -107,20 +107,21 @@ jobs:
107
107
shell : Rscript {0}
108
108
109
109
- name : " Upload PR"
110
- uses : actions/upload-artifact@v3
110
+ uses : actions/upload-artifact@v4
111
111
with :
112
112
name : pr
113
113
path : ${{ env.PR }}
114
+ overwrite : true
114
115
115
116
- name : " Upload Diff"
116
- uses : actions/upload-artifact@v3
117
+ uses : actions/upload-artifact@v4
117
118
with :
118
119
name : diff
119
120
path : ${{ env.CHIVE }}
120
121
retention-days : 1
121
122
122
123
- name : " Upload Build"
123
- uses : actions/upload-artifact@v3
124
+ uses : actions/upload-artifact@v4
124
125
with :
125
126
name : built
126
127
path : ${{ env.MD }}
Original file line number Diff line number Diff line change 32
32
steps :
33
33
34
34
- name : " Checkout Lesson"
35
- uses : actions/checkout@v3
35
+ uses : actions/checkout@v4
36
36
37
37
- name : " Set up R"
38
38
uses : r-lib/actions/setup-r@v2
Original file line number Diff line number Diff line change 1
- 0.16.5
1
+ 0.16.7
Original file line number Diff line number Diff line change 43
43
needed : ${{ steps.renv.outputs.exists }}
44
44
steps :
45
45
- name : " Checkout Lesson"
46
- uses : actions/checkout@v3
46
+ uses : actions/checkout@v4
47
47
- id : renv
48
48
run : |
49
49
if [[ -d renv ]]; then
76
76
steps :
77
77
78
78
- name : " Checkout Lesson"
79
- uses : actions/checkout@v3
79
+ uses : actions/checkout@v4
80
80
81
81
- name : " Set up R"
82
82
uses : r-lib/actions/setup-r@v2
Original file line number Diff line number Diff line change 36
36
if : ${{ needs.check_token.outputs.workflow == 'true' }}
37
37
steps :
38
38
- name : " Checkout Repository"
39
- uses : actions/checkout@v3
39
+ uses : actions/checkout@v4
40
40
41
41
- name : Update Workflows
42
42
id : update
You can’t perform that action at this time.
0 commit comments