diff options
author | Blaž Hrastnik | 2021-05-30 08:58:43 +0000 |
---|---|---|
committer | GitHub | 2021-05-30 08:58:43 +0000 |
commit | e033a4b8ac6e035b863429364789b65d24aa66cc (patch) | |
tree | 1341cf455ef5eea77b80c1291ab7d8855ccc6e10 /.github | |
parent | acbcd758bda7338991246c12f1742dfb31e56cfa (diff) | |
parent | 0327d666531aebaff0c59725e946b23231730c6f (diff) |
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
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4dfe9fc8..ff4f5a24 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -96,7 +96,7 @@ jobs: cp "target/${{ matrix.target }}/release/hx" "dist/" fi - - uses: actions/upload-artifact@v1 + - uses: actions/upload-artifact@v2.2.3 with: name: bins-${{ matrix.build }} path: dist |