mirror of https://github.com/buster-so/buster.git
update versions on cli release
This commit is contained in:
parent
00776c3de3
commit
f6e8422b10
|
@ -55,7 +55,7 @@ jobs:
|
|||
sha256sum buster-cli-linux-x86_64.tar.gz > buster-cli-linux-x86_64.tar.gz.sha256
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: buster-cli
|
||||
path: |
|
||||
|
@ -68,7 +68,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Download artifacts
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: buster-cli
|
||||
|
||||
|
|
Loading…
Reference in New Issue