Use Forgejo-compatible artifact actions
This commit is contained in:
parent
ddbfa47587
commit
ec407be894
7 changed files with 18 additions and 14 deletions
|
|
@ -57,7 +57,7 @@ jobs:
|
|||
find dist -maxdepth 1 -type f -print | sort
|
||||
|
||||
- name: Upload release artifacts
|
||||
uses: https://code.forgejo.org/actions/upload-artifact@v4
|
||||
uses: https://code.forgejo.org/actions/upload-artifact@v3
|
||||
with:
|
||||
name: burrow-release-${{ github.ref_name }}
|
||||
path: dist/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue