From c2e9a8d0f2fa7483bd653c072a4224dde9875c69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 23:26:31 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4.6.0 to 4.6.1 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.0 to 4.6.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08...4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... 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 1e74d9c..8e51a0f 100644 --- a/.github/workflows/main_simple-todolist-backend.yml +++ b/.github/workflows/main_simple-todolist-backend.yml @@ -44,7 +44,7 @@ jobs: run: zip ../release.zip ./* -r - name: Upload artifact for deployment jobs - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4 + uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4 with: name: python-app path: |