fix: change version of upload task to v3
All checks were successful
Go CI Pipeline / ci (push) Successful in 52s
All checks were successful
Go CI Pipeline / ci (push) Successful in 52s
This commit is contained in:
parent
3b4835026f
commit
7decdf6254
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ jobs:
|
||||||
ls -la
|
ls -la
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: workctl-${{ matrix.goos }}
|
name: workctl-${{ matrix.goos }}
|
||||||
path: workctl-${{ matrix.goos }}
|
path: workctl-${{ matrix.goos }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue