diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f4941aa..45e6415 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,7 +75,7 @@ jobs: run: go build -v -ldflags='-s -w' -o ${{ steps.names.outputs.executable }} ./source/ - name: Upload build artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ steps.names.outputs.artifact }} path: ${{ steps.names.outputs.executable }}