From 41943803236fcd59e65e3740e6798af10c9afad0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 23:17:27 +0000 Subject: [PATCH] Bump actions/download-artifact from 6 to 7 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 12a98fcef..8a0547518 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -319,7 +319,7 @@ jobs: uses: actions/checkout@v6 - name: Download mina binary - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: bin-${{ github.sha }} @@ -477,7 +477,7 @@ jobs: rm -rf /var/lib/apt/lists/* - name: Download tests - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: pattern: tests*-${{ github.sha }} merge-multiple: true @@ -534,13 +534,13 @@ jobs: rm -rf /var/lib/apt/lists/* - name: Download tests - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: pattern: tests*-${{ github.sha }} merge-multiple: true - name: Download tests - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: pattern: tests-webrtc*-${{ github.sha }} merge-multiple: true @@ -580,7 +580,7 @@ jobs: rm -rf /var/lib/apt/lists/* - name: Download tests - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: pattern: tests*-${{ github.sha }} merge-multiple: true @@ -603,12 +603,12 @@ jobs: steps: - name: Download binary - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: bin-${{ github.sha }} - name: Download test - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: pattern: tests*-${{ github.sha }} merge-multiple: true