diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1f9b0e7..8c7e329 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@v6 + uses: actions/upload-artifact@v7 with: name: compartment-${{ matrix.goos }}-${{ matrix.goarch }} path: compartment-${{ matrix.goos }}-${{ matrix.goarch }}