mirror of
https://github.com/PretendoNetwork/Inkay.git
synced 2026-03-21 17:45:17 -05:00
Merge pull request #78 from PretendoNetwork/dependabot/github_actions/actions/upload-artifact-6
Some checks failed
Inkay-CI / build-inkay (push) Has been cancelled
Some checks failed
Inkay-CI / build-inkay (push) Has been cancelled
chore: bump actions/upload-artifact from 5 to 6
This commit is contained in:
commit
fd06e2f2aa
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
- uses: ammaraskar/gcc-problem-matcher@master
|
||||
- name: build Inkay
|
||||
run: docker run --rm -v ${PWD}:/app -w /app builder
|
||||
- uses: actions/upload-artifact@v5
|
||||
- uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: inkay
|
||||
path: dist/
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user