Skip to content

Commit

Permalink
fixed version
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelweinold committed Sep 4, 2024
1 parent 8bb2824 commit 823e42c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_pyodide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
cp README.md content
jupyter lite build --contents content --output-dir dist
- name: Upload artifact
uses: actions/upload-pages-artifact@v4 # https://github.com/actions/upload-artifact/releases
uses: actions/upload-pages-artifact@v3 # https://github.com/actions/upload-pages-artifact/releases
with:
path: ./dist

Expand Down

0 comments on commit 823e42c

Please sign in to comment.