mirror of
https://github.com/Kron4ek/Conty
synced 2024-12-26 09:58:38 +01:00
Update workflows
This commit is contained in:
parent
e25b933af6
commit
4fa6c056b3
2 changed files with 3 additions and 3 deletions
2
.github/workflows/conty.yml
vendored
2
.github/workflows/conty.yml
vendored
|
@ -34,7 +34,7 @@ jobs:
|
||||||
sudo ./create-arch-bootstrap.sh && ./create-conty.sh
|
sudo ./create-arch-bootstrap.sh && ./create-conty.sh
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Conty
|
name: Conty
|
||||||
path: conty.sh
|
path: conty.sh
|
||||||
|
|
4
.github/workflows/utils.yml
vendored
4
.github/workflows/utils.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
||||||
container: archlinux:latest
|
container: archlinux:latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Compile utils
|
- name: Compile utils
|
||||||
run: |
|
run: |
|
||||||
|
@ -50,7 +50,7 @@ jobs:
|
||||||
mv utils-bak/* utils
|
mv utils-bak/* utils
|
||||||
tar -zcf utils_dwarfs.tar.gz utils
|
tar -zcf utils_dwarfs.tar.gz utils
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Utils
|
name: Utils
|
||||||
path: |
|
path: |
|
||||||
|
|
Loading…
Reference in a new issue