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