Skip to content

Commit bf4289d

Browse files
committed
Bump
1 parent 86c73ad commit bf4289d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/webr-pkgdown-build-and-deploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
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: |
@@ -60,7 +60,7 @@ jobs:
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

@@ -83,7 +83,7 @@ jobs:
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
@@ -92,7 +92,7 @@ jobs:
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

0 commit comments

Comments
 (0)