diff --git a/.github/workflows/github-actions-on-release.yaml b/.github/workflows/github-actions-on-release.yaml index ec51ae4..3db9cea 100644 --- a/.github/workflows/github-actions-on-release.yaml +++ b/.github/workflows/github-actions-on-release.yaml @@ -27,7 +27,7 @@ jobs: name: transitland-route-geometry-generator-linux path: ${{ github.workspace }}/build/transitland-route-geometry-generator - name: Download Linux binary - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: transitland-route-geometry-generator-linux - name: Attach Linux binary to GitHub release