Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Kron4ek committed Aug 3, 2024
1 parent e25b933 commit 4fa6c05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 2 additions & 2 deletions .github/workflows/utils.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
container: archlinux:latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Compile utils
run: |
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 4fa6c05

Please sign in to comment.