From f49e95f13cfbdad2ee88333ae60353192698c6fb Mon Sep 17 00:00:00 2001 From: Russell Centanni Date: Thu, 19 Sep 2024 12:22:49 -0400 Subject: [PATCH] fix: update download-artifact Signed-off-by: Russell Centanni --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4403e60bfd..3a97d5d2a3 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