diff options
author | dependabot[bot] | 2021-05-30 08:54:15 +0000 |
---|---|---|
committer | GitHub | 2021-05-30 08:54:15 +0000 |
commit | 0327d666531aebaff0c59725e946b23231730c6f (patch) | |
tree | d0cad277b3a21d8a0c9e88fedb874487c56f503d /.github/workflows | |
parent | c67e31830dda2858d9e4728387920b13eb5a01e4 (diff) |
Bump actions/upload-artifact from 1 to 2.2.3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 1 to 2.2.3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v1...v2.2.3)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows')
-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 |