diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1152ee0..b520b47 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: - name: Build and run run: make && ./bin/hellogopher hello - name: Upload binary - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: matrix.go-version == 'stable' with: name: binary-${{ matrix.os }}