mirror of https://github.com/helix-editor/helix
chore(ci): upgrade `actions/upload-artifact` to v3
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>pull/3780/head
parent
0090a2d86f
commit
02d6102540
|
@ -289,7 +289,7 @@ jobs:
|
|||
overwrite: true
|
||||
|
||||
- name: Upload binaries as artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
if: env.preview == 'true'
|
||||
with:
|
||||
name: release
|
||||
|
|
Loading…
Reference in New Issue