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