Skip to content

Commit cecbace

Browse files
authored
Merge pull request #302 from planetlabs/dependabot/github_actions/actions/upload-pages-artifact-4
Bump actions/upload-pages-artifact from 3 to 4
2 parents 0a2316c + 3430416 commit cecbace

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Build WASM
3131
run: make wasm
3232
- name: Upload artifact
33-
uses: actions/upload-pages-artifact@v3
33+
uses: actions/upload-pages-artifact@v4
3434
with:
3535
path: web
3636
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)