diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index d1ea667..583c644 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -83,7 +83,7 @@ jobs: mv ./build/service.themerr.zip ./artifacts/ - name: Upload Artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: service.themerr if-no-files-found: error # 'warn' or 'ignore' are also available, defaults to `warn`