From a41becc5c01ea1c0ea177c6405ba4299c3c8e405 Mon Sep 17 00:00:00 2001 From: "Lukas Rieger (Blue)" Date: Fri, 14 Jun 2024 01:15:12 +0200 Subject: [PATCH] Apparently i missed some workflows --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f9dd4a23..d6c40571 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,11 +39,11 @@ jobs: runs-on: ubuntu-latest needs: build steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: recursive fetch-depth: 0 - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: artifacts path: build/release