From e0daaf37ce73687614b872d3fe116d047be190e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 06:22:17 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact from 6 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bb491a1e..06edc17d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: - uses: actions/setup-go@v6 - run: make release - name: upload artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: release-${{ github.run_id }} path: release/* @@ -92,7 +92,7 @@ jobs: slug: opencontainers/umoci files: ${{ env.COVERAGE }} - name: upload coverage - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: coverage-${{ runner.os }}-${{ github.job }}-${{ strategy.job-index }} path: ${{ env.GOCOVERDIR }} @@ -127,7 +127,7 @@ jobs: slug: opencontainers/umoci files: ${{ env.COVERAGE }} - name: upload coverage - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: coverage-${{ runner.os }}-${{ github.job }}-${{ strategy.job-index }} path: ${{ env.GOCOVERDIR }} @@ -176,7 +176,7 @@ jobs: slug: opencontainers/umoci files: ${{ env.COVERAGE }} - name: upload coverage - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: coverage-${{ runner.os }}-${{ github.job }}-${{ strategy.job-index }} path: ${{ env.GOCOVERDIR }} @@ -199,7 +199,7 @@ jobs: run: | ./hack/ci-coverage.sh --merge="$GOCOVERDIR" --func coverage/*/ - name: upload final coverage - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: coverage path: ${{ env.GOCOVERDIR }}