Skip to content

Commit

Permalink
updated action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelweinold committed Sep 4, 2024
1 parent 6156c27 commit 8bb2824
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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@v2
uses: actions/upload-pages-artifact@v4 # https://github.com/actions/upload-artifact/releases
with:
path: ./dist

Expand All @@ -48,4 +48,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v4 # https://github.com/actions/deploy-pages/releases

0 comments on commit 8bb2824

Please sign in to comment.