Skip to content

Commit

Permalink
Merge pull request #52 from planetlabs/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/upload-pages-artifact-2

Bump actions/upload-pages-artifact from 1 to 2
  • Loading branch information
tschaub authored Jul 20, 2023
2 parents d8d925b + 2975e93 commit 6b97e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Build WASM
run: make wasm
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v2
with:
path: web
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 6b97e26

Please sign in to comment.