Skip to content

Commit

Permalink
github action: update download artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
m-murphy committed Jun 24, 2024
1 parent 1281f2d commit b15ffb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
# Download the built R WASM CRAN repository from the prior step.
# Extract it into the `_site` directory
- name: Download build artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: rwasmrepo
path: _site
Expand Down

0 comments on commit b15ffb3

Please sign in to comment.