Merge pull request #11 from helix-editor/dependabot/github_actions/actions/upload-artifact-2.2.3
Bump actions/upload-artifact from 1 to 2.2.3
This commit is contained in:
commit
e033a4b8ac
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -96,7 +96,7 @@ jobs:
|
||||||
cp "target/${{ matrix.target }}/release/hx" "dist/"
|
cp "target/${{ matrix.target }}/release/hx" "dist/"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v1
|
- uses: actions/upload-artifact@v2.2.3
|
||||||
with:
|
with:
|
||||||
name: bins-${{ matrix.build }}
|
name: bins-${{ matrix.build }}
|
||||||
path: dist
|
path: dist
|
||||||
|
|
Loading…
Reference in a new issue