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 3333 # Upload the CRAN repository for use in the next step
3434 # Make sure to set a retention day to avoid running into a cap
3535 - name : Upload build artifact
36- uses : actions/upload-artifact@v3
36+ uses : actions/upload-artifact@v4
3737 with :
3838 name : rwasmrepo
3939 path : |
6060 id-token : write
6161 steps :
6262 # Usual steps for generating a pkgdown website
63- - uses : actions/checkout@v3
63+ - uses : actions/checkout@v4
6464
6565 - uses : r-lib/actions/setup-pandoc@v2
6666
8383 # Download the built R WASM CRAN repository from the prior step.
8484 # Extract it into the `_site` directory
8585 - name : Download build artifact
86- uses : actions/download-artifact@v3
86+ uses : actions/download-artifact@v4
8787 with :
8888 name : rwasmrepo
8989 path : _site
9292 # Make sure to set a retention day to avoid running into a cap
9393 # This artifact shouldn't be required after deployment onto pages was a success.
9494 - name : Upload Pages artifact
95- uses : actions/upload-pages-artifact@v2
95+ uses : actions/upload-pages-artifact@v3
9696 with :
9797 retention-days : 1
9898
@@ -101,7 +101,7 @@ jobs:
101101 # instead of using `docs/` or the `gh-pages` branch of the repository
102102 - name : Deploy to GitHub Pages
103103 id : deployment
104- uses : actions/deploy-pages@v2
104+ uses : actions/deploy-pages@v4
105105
106106
107107
You can’t perform that action at this time.
0 commit comments