diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4dfe9fc85..ff4f5a242 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