fix: downgrade to upload-artifact@v3
All checks were successful
wups-CI / build-wups (push) Successful in 22s
All checks were successful
wups-CI / build-wups (push) Successful in 22s
This commit is contained in:
parent
1d65ef2737
commit
4d75ffa3ef
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue