From 8bb2824cfaaf10f18767516b85d31ae7ac71c343 Mon Sep 17 00:00:00 2001 From: Michael Weinold <23102087+michaelweinold@users.noreply.github.com> Date: Wed, 4 Sep 2024 15:45:36 +0200 Subject: [PATCH] updated action versions --- .github/workflows/deploy_pyodide.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy_pyodide.yml b/.github/workflows/deploy_pyodide.yml index 1905aa3..0c7dc62 100644 --- a/.github/workflows/deploy_pyodide.yml +++ b/.github/workflows/deploy_pyodide.yml @@ -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 @@ -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