From ecf98eeade0ade137234cad469ea0c4b4fd8db85 Mon Sep 17 00:00:00 2001 From: Sean Welch Date: Sun, 20 Oct 2024 13:40:51 +0100 Subject: [PATCH] fix action --- .github/workflows/server.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/server.yaml b/.github/workflows/server.yaml index 90e0900..a432fe8 100644 --- a/.github/workflows/server.yaml +++ b/.github/workflows/server.yaml @@ -33,7 +33,7 @@ jobs: CGO_ENABLED: '1' - name: Upload artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: go-binary path: server/main @@ -44,7 +44,7 @@ jobs: steps: - name: Download artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: go-binary