From fe9feef1731d178eed1d98f99697836600c6c071 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 20:43:49 +0000 Subject: [PATCH] ci(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 | 4 ++-- .github/workflows/demos.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ad6e7351..e1c6c9929 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,7 +100,7 @@ jobs: go build -v -o ../bin/ddx-${{ matrix.os }}-${{ matrix.arch }} . - name: Upload artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: ddx-${{ matrix.os }}-${{ matrix.arch }} path: bin/ddx-${{ matrix.os }}-${{ matrix.arch }} @@ -131,7 +131,7 @@ jobs: - name: Upload E2E test output if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: e2e-test-output path: e2e-test-output.txt diff --git a/.github/workflows/demos.yml b/.github/workflows/demos.yml index 5148bd5de..d157534c9 100644 --- a/.github/workflows/demos.yml +++ b/.github/workflows/demos.yml @@ -75,7 +75,7 @@ jobs: } >> $GITHUB_STEP_SUMMARY - name: Upload demo artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: demos path: demos/ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 27cf82f39..5ec0ca376 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -179,7 +179,7 @@ jobs: fi - name: Upload artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: release-${{ matrix.goos }}-${{ matrix.goarch }} path: |