From 47aaca3bbfb149e1d1bd8224e52cb0e19749df4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 20:42:56 +0000 Subject: [PATCH] Bump actions/download-artifact from 8.0.0 to 8.0.1 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 8.0.0 to 8.0.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v8.0.0...v8.0.1) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 424d4c6..fa059af 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -236,30 +236,30 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} steps: # Downloads java test report files - - uses: actions/download-artifact@v8.0.0 + - uses: actions/download-artifact@v8.0.1 if: always() with: name: "test-report-files-Core" - - uses: actions/download-artifact@v8.0.0 + - uses: actions/download-artifact@v8.0.1 if: always() with: name: "test-report-files-Postgres" - - uses: actions/download-artifact@v8.0.0 + - uses: actions/download-artifact@v8.0.1 if: always() with: name: "test-report-files-Sqlserver" - - uses: actions/download-artifact@v8.0.0 + - uses: actions/download-artifact@v8.0.1 if: always() with: name: "test-report-files-Oracle" - - uses: actions/download-artifact@v8.0.0 + - uses: actions/download-artifact@v8.0.1 if: always() with: name: "test-report-files-Cassandra" # Net reports were zipped under a different root, specifies the path. # Modifies the namespaces to allow differentiate from the java test results - - uses: actions/download-artifact@v8.0.0 + - uses: actions/download-artifact@v8.0.1 if: always() with: name: "test-report-files-Net"