diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4403e60bf..3a97d5d2a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -73,7 +73,7 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v1 - name: Download ui tar - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: ui-tar - name: install-upx