File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 33
33
# Upload the CRAN repository for use in the next step
34
34
# Make sure to set a retention day to avoid running into a cap
35
35
- name : Upload build artifact
36
- uses : actions/upload-artifact@v3
36
+ uses : actions/upload-artifact@v4
37
37
with :
38
38
name : rwasmrepo
39
39
path : |
60
60
id-token : write
61
61
steps :
62
62
# Usual steps for generating a pkgdown website
63
- - uses : actions/checkout@v3
63
+ - uses : actions/checkout@v4
64
64
65
65
- uses : r-lib/actions/setup-pandoc@v2
66
66
83
83
# Download the built R WASM CRAN repository from the prior step.
84
84
# Extract it into the `_site` directory
85
85
- name : Download build artifact
86
- uses : actions/download-artifact@v3
86
+ uses : actions/download-artifact@v4
87
87
with :
88
88
name : rwasmrepo
89
89
path : _site
92
92
# Make sure to set a retention day to avoid running into a cap
93
93
# This artifact shouldn't be required after deployment onto pages was a success.
94
94
- name : Upload Pages artifact
95
- uses : actions/upload-pages-artifact@v2
95
+ uses : actions/upload-pages-artifact@v3
96
96
with :
97
97
retention-days : 1
98
98
@@ -101,7 +101,7 @@ jobs:
101
101
# instead of using `docs/` or the `gh-pages` branch of the repository
102
102
- name : Deploy to GitHub Pages
103
103
id : deployment
104
- uses : actions/deploy-pages@v2
104
+ uses : actions/deploy-pages@v4
105
105
106
106
107
107
You can’t perform that action at this time.
0 commit comments