From 4fc482dc53fb7358144721cb4e6a820806a284df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 10:41:10 +0000 Subject: [PATCH] gha: bump actions/download-artifact from 4.1.0 to 4.1.1 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 0fea9ad4b..5cef7a990 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -115,7 +115,7 @@ jobs: uses: actions/checkout@v4.1.1 - name: Download PO files - uses: actions/download-artifact@v4.1.0 + uses: actions/download-artifact@v4.1.1 with: name: translations