From 4d75ffa3efde548a102e485c91622d38f639b3dc Mon Sep 17 00:00:00 2001 From: kitten Date: Fri, 12 Jun 2026 02:46:32 +0200 Subject: [PATCH] fix: downgrade to upload-artifact@v3 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 410209f..83e9cc4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: - uses: https://github.com/ammaraskar/gcc-problem-matcher@master - name: build WUPS plugin run: docker run --rm -v ${PWD}:/app -w /app builder - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v3 with: name: meowth path: "*.wps"