From cffe88c9fd55b7c28b18ac872d1eedfc17a2355c Mon Sep 17 00:00:00 2001 From: Hannes <33062605+HannesGitH@users.noreply.github.com> Date: Fri, 1 Nov 2024 12:51:12 +0100 Subject: [PATCH] upload artifact v4 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fb4d5ae..0b12fcc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: steps: - uses: actions/checkout@v2 # no idea why but apperently this creates a folder structure (i dont need my repo to be checked out tho) - name: download web artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: static path: static