From e98493215d11bbcee3a2c4f8aeba8cf49e260e18 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 09:07:39 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v7 --- .github/workflows/k8s-reset-data.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/k8s-reset-data.yml b/.github/workflows/k8s-reset-data.yml index 2f7d9bc4..34df76b5 100644 --- a/.github/workflows/k8s-reset-data.yml +++ b/.github/workflows/k8s-reset-data.yml @@ -83,7 +83,7 @@ jobs: working-directory: infrastructure run: git status - name: Download helm release values file into /tmp/opencrvs-${{ inputs.environment }}.json - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: opencrvs-${{ inputs.environment }}-values-file path: /tmp