From 1a3bb4a561dd5683a2ebb93dba842ceb39b28e56 Mon Sep 17 00:00:00 2001 From: MrFastwind Date: Sun, 14 Jun 2026 02:26:26 +0200 Subject: [PATCH] Update build.yml --- .gitea/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index d75cc40..24bf4e1 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -29,12 +29,11 @@ jobs: args: inspect "build/${{ env.PBO_NAME }}" - name: Upload PBO as artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v3 with: name: ${{ env.PBO_NAME }} path: build/${{ env.PBO_NAME }} if-no-files-found: error - archive: false deploy: if: false @@ -42,7 +41,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download PBO artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v3 with: name: ${{ env.PBO_NAME }}