From 146eb2724c1081fcc1ad97a966d641a7eebafdec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 18:32:51 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 7.0.0 to 8.0.0 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7.0.0 to 8.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/37930b1c2abaa49bbe596cd826c3c89aef350131...70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/integ-test-path-exists.yml | 4 ++-- .github/workflows/integ-test-path-not-exists.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/integ-test-path-exists.yml b/.github/workflows/integ-test-path-exists.yml index 9aa55b3..8671f0c 100644 --- a/.github/workflows/integ-test-path-exists.yml +++ b/.github/workflows/integ-test-path-exists.yml @@ -53,7 +53,7 @@ jobs: - name: Initialize integration test uses: ./.github/actions/init-integ-test - name: Download Temp File - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: name: temp-file-path-exists - name: Act @@ -82,7 +82,7 @@ jobs: - name: Initialize integration test uses: ./.github/actions/init-integ-test - name: Download Temp File - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: name: temp-file-path-exists - name: Act diff --git a/.github/workflows/integ-test-path-not-exists.yml b/.github/workflows/integ-test-path-not-exists.yml index 97a51b4..a20bbf1 100644 --- a/.github/workflows/integ-test-path-not-exists.yml +++ b/.github/workflows/integ-test-path-not-exists.yml @@ -153,7 +153,7 @@ jobs: - name: Initialize integration test uses: ./.github/actions/init-integ-test - name: Download Temp File - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: name: temp-file-path-not-exists - name: Act @@ -182,7 +182,7 @@ jobs: - name: Initialize integration test uses: ./.github/actions/init-integ-test - name: Download Temp File - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: name: temp-file-path-not-exists - name: Act