Change actions versions
This commit is contained in:
@@ -15,8 +15,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Setup packages
|
- name: Setup packages
|
||||||
run: pacman -Sy --noconfirm git pacman-contrib sudo nodejs
|
run: pacman -Sy --noconfirm git pacman-contrib sudo nodejs
|
||||||
|
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Setup build user
|
- name: Setup build user
|
||||||
run: |
|
run: |
|
||||||
@@ -58,6 +59,11 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
sudo -u builduser makepkg -sf --noconfirm
|
sudo -u builduser makepkg -sf --noconfirm
|
||||||
|
|
||||||
|
- name: Upload Artefact
|
||||||
|
uses: actions/upload-artifact@v6
|
||||||
|
with:
|
||||||
|
path: '*.pkg.tar.zst'
|
||||||
|
|
||||||
- name: Upload On Gitea Package
|
- name: Upload On Gitea Package
|
||||||
if: steps.compare.outputs.build == 'true'
|
if: steps.compare.outputs.build == 'true'
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user