Use correct download-artifacts repo
This commit is contained in:
parent
da56a8211e
commit
0a8269dc0e
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ jobs:
|
|||
- name: Setting up environment
|
||||
run: apk add nodejs curl findutils
|
||||
- name: Package download
|
||||
uses: forgejo/download-artifact@v3
|
||||
uses: actions/download-artifact@v3
|
||||
- name: Package deployment
|
||||
run: |
|
||||
find -name '*.deb' > deb.list
|
||||
|
|
Loading…
Reference in a new issue