From ff8b124b1c1b204367a5ff4adbe913efb1e6d83d Mon Sep 17 00:00:00 2001 From: chrbeckm Date: Sun, 29 Sep 2024 17:43:47 +0200 Subject: [PATCH] update ci to v4 of checkout and upload-artifact --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f18ecb6..fcba5a0a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: mamba-org/setup-micromamba@v1 with: @@ -85,7 +85,7 @@ jobs: cp python/build/*.html toolbox-material ls -lh toolbox-material - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 name: Upload Material with: name: Toolbox Material