diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5ec06be..c22df42 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: needs: build steps: - name: Download artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 - name: Upload binaries to release uses: svenstaro/upload-release-action@v2 with: