diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bc07a95..4da416b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go build -o compartment-${{ matrix.goos }}-${{ matrix.goarch }} - name: Upload binaries - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: compartment-${{ matrix.goos }}-${{ matrix.goarch }} path: compartment-${{ matrix.goos }}-${{ matrix.goarch }}