diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 456f9a2..bcf62d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,7 +97,7 @@ jobs: go build -v -o ../bin/ddx-${{ matrix.os }}-${{ matrix.arch }} . - name: Upload artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: ddx-${{ matrix.os }}-${{ matrix.arch }} path: bin/ddx-${{ matrix.os }}-${{ matrix.arch }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 27cf82f..6a04731 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -179,7 +179,7 @@ jobs: fi - name: Upload artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: release-${{ matrix.goos }}-${{ matrix.goarch }} path: |