From b11d3c105f624c224124ce836a71d356558b1d58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 06:52:30 +0000 Subject: [PATCH] Bump actions/download-artifact from 4.2.1 to 5.0.0 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.2.1 to 5.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4.2.1...v5.0.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/report.yml b/.github/workflows/report.yml index 1dbc3222..8ef77652 100644 --- a/.github/workflows/report.yml +++ b/.github/workflows/report.yml @@ -22,7 +22,7 @@ jobs: uses: exasol/python-toolbox/.github/actions/python-environment@1.6.0 - name: Download Artifacts - uses: actions/download-artifact@v4.2.1 + uses: actions/download-artifact@v5.0.0 with: path: ./artifacts