diff --git a/.github/workflows/deploy_emscripten-forge.yml b/.github/workflows/deploy_emscripten-forge.yml index cdab28f..a113064 100644 --- a/.github/workflows/deploy_emscripten-forge.yml +++ b/.github/workflows/deploy_emscripten-forge.yml @@ -35,7 +35,7 @@ jobs: jupyter lite build --contents content --output-dir dist - name: Upload artifact - uses: actions/upload-pages-artifact@4 # https://github.com/actions/upload-artifact/releases + uses: actions/upload-pages-artifact@3 # https://github.com/actions/upload-pages-artifact/releases with: path: ./dist