From 803041524754ecc745b51892304990012143e5de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 15:14:27 +0000 Subject: [PATCH] Bump actions/download-artifact from 4.1.8 to 5.0.0 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.8 to 5.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/fa0a91b85d4f404e444e00e005971372dc801d16...634f93cb2916e3fdff6788551b99b062d0335ce0) --- 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/main_simple-todolist-backend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main_simple-todolist-backend.yml b/.github/workflows/main_simple-todolist-backend.yml index da6e23c..15c3150 100644 --- a/.github/workflows/main_simple-todolist-backend.yml +++ b/.github/workflows/main_simple-todolist-backend.yml @@ -77,7 +77,7 @@ jobs: steps: - name: Download artifact from build job - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v4 with: name: python-app