diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ae857e9..f54171b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,7 +71,7 @@ jobs: run: go test -v -race -coverprofile=coverage.out ./... - name: Upload coverage - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: coverage path: coverage.out diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 579e3fe..9fecd80 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -96,7 +96,7 @@ jobs: cat ${{ steps.archive.outputs.archive_name }}.sha256 - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: binary-${{ matrix.goos }}-${{ matrix.goarch }} path: |