fix: downgrade to upload-artifact@v3
All checks were successful
wups-CI / build-wups (push) Successful in 22s

This commit is contained in:
kittentm 2026-06-12 02:46:32 +02:00
commit 4d75ffa3ef

View file

@ -12,7 +12,7 @@ jobs:
- uses: https://github.com/ammaraskar/gcc-problem-matcher@master - uses: https://github.com/ammaraskar/gcc-problem-matcher@master
- name: build WUPS plugin - name: build WUPS plugin
run: docker run --rm -v ${PWD}:/app -w /app builder run: docker run --rm -v ${PWD}:/app -w /app builder
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v3
with: with:
name: meowth name: meowth
path: "*.wps" path: "*.wps"