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
|
- name: Setting up environment
|
||||||
run: apk add nodejs curl findutils
|
run: apk add nodejs curl findutils
|
||||||
- name: Package download
|
- name: Package download
|
||||||
uses: forgejo/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
- name: Package deployment
|
- name: Package deployment
|
||||||
run: |
|
run: |
|
||||||
find -name '*.deb' > deb.list
|
find -name '*.deb' > deb.list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue