diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 472733e..bbdfd16 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -101,7 +101,7 @@ jobs: -o "bin/md-to-html-${GOOS}-${GOARCH}" \ ./cmd/md-to-html - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v3 with: name: md-to-html-${{ matrix.goos }}-${{ matrix.goarch }} path: bin/md-to-html-${{ matrix.goos }}-${{ matrix.goarch }}