diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 458b648..a5bacd9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: - name: Build and run run: make && ./bin/hellogopher hello - name: Upload binary - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: matrix.go-version == 'stable' with: name: binary-${{ matrix.os }}