mirror of
https://github.com/Kron4ek/Conty
synced 2024-11-16 19:50:06 +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
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Conty
|
||||
path: conty.sh
|
||||
|
|
4
.github/workflows/utils.yml
vendored
4
.github/workflows/utils.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
container: archlinux:latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Compile utils
|
||||
run: |
|
||||
|
@ -50,7 +50,7 @@ jobs:
|
|||
mv utils-bak/* utils
|
||||
tar -zcf utils_dwarfs.tar.gz utils
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Utils
|
||||
path: |
|
||||
|
|
Loading…
Reference in a new issue