Skip to content

Commit 0d29a6d

Browse files
committed
Switch to v4 actions
1 parent ac680f7 commit 0d29a6d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/altdoc.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# Upload the CRAN repository for use in the next step
3737
# Make sure to set a retention day to avoid running into a cap
3838
- name: Upload build artifact
39-
uses: actions/upload-artifact@v3
39+
uses: actions/upload-artifact@v4
4040
with:
4141
name: rwasmrepo
4242
path: |
@@ -92,7 +92,7 @@ jobs:
9292
# Download the built R WASM CRAN repository from the prior step.
9393
# Extract it into the `_site` directory
9494
- name: Download build artifact
95-
uses: actions/download-artifact@v3
95+
uses: actions/download-artifact@v4
9696
with:
9797
name: rwasmrepo
9898
path: _site
@@ -101,7 +101,7 @@ jobs:
101101
# Make sure to set a retention day to avoid running into a cap
102102
# This artifact shouldn't be required after deployment onto pages was a success.
103103
- name: Upload Pages artifact
104-
uses: actions/upload-pages-artifact@v2
104+
uses: actions/upload-pages-artifact@v4
105105
with:
106106
retention-days: 1
107107

@@ -110,4 +110,4 @@ jobs:
110110
# instead of using `docs/` or the `gh-pages` branch of the repository
111111
- name: Deploy to GitHub Pages
112112
id: deployment
113-
uses: actions/deploy-pages@v2
113+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)