diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index d7dfc12..df34c64 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -70,7 +70,7 @@ jobs: # 4. Upload to GitHub - name: Upload Release Artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: StationeersSlang-Release path: release/ @@ -85,7 +85,7 @@ jobs: # We download the artifact from the previous 'build' job - name: Download Build Artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 with: name: StationeersSlang-Release path: ./release-files