From b780083812047d03bb2cb8327ac290ceea00c3cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 19:06:38 +0000 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 4 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...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 | 2 +- .github/workflows/vhs.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6f5690..7c157f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -115,7 +115,7 @@ jobs: run: promptdiff test .promptdiff-self-test/prompts/system_v1.txt .promptdiff-self-test/prompts/system_v2.txt --inputs .promptdiff-self-test/testcases.jsonl --eval "latency,cost,similarity" --mock - name: Upload regression test report artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11' with: name: regression-report-py${{ matrix.python-version }} diff --git a/.github/workflows/vhs.yml b/.github/workflows/vhs.yml index 0b87f93..436798c 100644 --- a/.github/workflows/vhs.yml +++ b/.github/workflows/vhs.yml @@ -1,4 +1,4 @@ -name: Validate and Generate VHS Demo GIF +name: Validate and Generate VHS Demo GIF on: push: @@ -49,7 +49,7 @@ jobs: echo "assets/demo.gif successfully rendered and validated." - name: Upload Demo Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: demo-gif path: assets/demo.gif