From 564eee9b00e526bfd8d0d599522deab245a1bf37 Mon Sep 17 00:00:00 2001 From: Scai <59282365+alexevladgabriel@users.noreply.github.com> Date: Wed, 8 Jan 2025 00:19:52 +0000 Subject: [PATCH] chore: change to artifact --- .github/workflows/push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index c935b76..f1faf9c 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -61,7 +61,7 @@ jobs: chmod 755 bin/jetkvm_app - name: Upload Debug Artifact - uses: actions/attest-build-provenance@v2 + uses: actions/upload-artifact@v4 if: ${{ (github.ref == 'refs/heads/main' || github.event_name == 'pull_request') && matrix.go == '1.21' }} with: name: jetkvm_app_debug