File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 36
36
# Upload the CRAN repository for use in the next step
37
37
# Make sure to set a retention day to avoid running into a cap
38
38
- name : Upload build artifact
39
- uses : actions/upload-artifact@v3
39
+ uses : actions/upload-artifact@v4
40
40
with :
41
41
name : rwasmrepo
42
42
path : |
92
92
# Download the built R WASM CRAN repository from the prior step.
93
93
# Extract it into the `_site` directory
94
94
- name : Download build artifact
95
- uses : actions/download-artifact@v3
95
+ uses : actions/download-artifact@v4
96
96
with :
97
97
name : rwasmrepo
98
98
path : _site
@@ -101,7 +101,7 @@ jobs:
101
101
# Make sure to set a retention day to avoid running into a cap
102
102
# This artifact shouldn't be required after deployment onto pages was a success.
103
103
- name : Upload Pages artifact
104
- uses : actions/upload-pages-artifact@v2
104
+ uses : actions/upload-pages-artifact@v4
105
105
with :
106
106
retention-days : 1
107
107
@@ -110,4 +110,4 @@ jobs:
110
110
# instead of using `docs/` or the `gh-pages` branch of the repository
111
111
- name : Deploy to GitHub Pages
112
112
id : deployment
113
- uses : actions/deploy-pages@v2
113
+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments