From 74f0cb56b4e9ae702de050b2dc10a7b1a1a65a1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20=C5=A0est=C3=A1k?= Date: Sat, 26 Oct 2024 23:02:25 +0200 Subject: [PATCH] CI: Fix download/upload --- .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 77c0328..d1b5787 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: - name: build website run: ./dockerenv-github.sh ./pack.sh - name: Upload artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: site path: pack.zip @@ -36,7 +36,7 @@ jobs: - name: build website run: env DOCKER_TAG=bleeding-edge ./dockerenv-github.sh ./pack.sh - name: Upload artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: site-for-verification path: pack.zip