diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b93088cd3..6c94443c7 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -79,7 +79,7 @@ jobs: - name: Test run: make test - name: Upload coverage report - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: coverage-out path: coverage.out @@ -106,7 +106,7 @@ jobs: env: GIT_LATEST_TAG: ${{ steps.get-latest-tag.outputs.tag }} - name: Upload coverage report - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: e2e-cli-coverage-out path: e2e-cli-coverage.out @@ -133,7 +133,7 @@ jobs: env: GIT_LATEST_TAG: ${{ steps.get-latest-tag.outputs.tag }} - name: Upload coverage report - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: e2e-lang-coverage-out path: e2e-lang-coverage.out @@ -174,18 +174,18 @@ jobs: run: | go install github.com/mattn/goveralls@latest - name: Get coverage report - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: coverage-out path: merge - name: Get cli e2e coverage report - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: e2e-cli-coverage-out path: merge - name: Get language e2e coverage report - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: e2e-lang-coverage-out path: merge diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0aa57b03a..54d465838 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v6 + uses: goreleaser/goreleaser-action@v7 with: distribution: goreleaser version: "~> v2" @@ -42,7 +42,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: upload gobin - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: gobin_${{ github.event.release.tag_name }} retention-days: 1 @@ -59,7 +59,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Get gobin - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: gobin_${{ github.event.release.tag_name }} path: dist/ @@ -93,7 +93,7 @@ jobs: python setup.py sdist mv dist/*.tar.gz wheelhouse/ - name: Upload artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: pypi_${{ github.event.release.tag_name }}_${{ matrix.os }} path: wheelhouse/ @@ -107,7 +107,7 @@ jobs: id-token: write # IMPORTANT: this permission is mandatory for trusted publishing steps: - name: Download artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: pypi_${{ github.event.release.tag_name }}_* merge-multiple: true @@ -175,7 +175,7 @@ jobs: restore-keys: | ${{ runner.os }}-buildx- - name: Get gobin - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: gobin_${{ github.event.release.tag_name }} path: dist/