forked from PretendoNetwork/Inkay
ci: downgrade to v3
This commit is contained in:
parent
d01d322003
commit
c2e1eef7e5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
- uses: https://github.com/ammaraskar/gcc-problem-matcher@master
|
||||
- name: build Inkay
|
||||
run: docker run --rm -v ${PWD}:/app -w /app builder
|
||||
- uses: actions/upload-artifact@v6
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: inkay
|
||||
path: dist/
|
||||
|
|
|
|||
Loading…
Reference in a new issue