From e9d227b80737e5676e8c906f0c5579d0ed2528dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 09:35:09 +0000 Subject: [PATCH] ci: 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-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-test.yaml b/.github/workflows/ci-test.yaml index c1fc452d1..cd7d0f7f3 100644 --- a/.github/workflows/ci-test.yaml +++ b/.github/workflows/ci-test.yaml @@ -125,7 +125,7 @@ jobs: docker logs oasis-net-runner | tee /tmp/oasis-net-runner.log; docker exec nexus-postgres pg_dump -U indexer --create | tee /tmp/nexus_db.sql; if: success() || failure() # but not if job is manually cancelled - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: nexus_db.sql path: | @@ -186,7 +186,7 @@ jobs: run : | make E2E_REGRESSION_SUITES=${{ matrix.suite }} test-e2e-regression - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: Actual nexus api responses path: |