diff --git a/.github/workflows/clear-all-data.yml b/.github/workflows/clear-all-data.yml index 16336321..95cee2a3 100644 --- a/.github/workflows/clear-all-data.yml +++ b/.github/workflows/clear-all-data.yml @@ -88,7 +88,7 @@ jobs: echo "values-file=/tmp/${namespace}.json" >> $GITHUB_OUTPUT - name: Upload helm release values file /tmp/opencrvs-${{ inputs.environment }}.json - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: opencrvs-${{ inputs.environment }}-values-file path: /tmp/opencrvs-${{ inputs.environment }}.json diff --git a/.github/workflows/seed-data.yml b/.github/workflows/seed-data.yml index 2f724bcb..13c7c938 100644 --- a/.github/workflows/seed-data.yml +++ b/.github/workflows/seed-data.yml @@ -80,7 +80,7 @@ jobs: echo "values-file=/tmp/${namespace}.json" >> $GITHUB_OUTPUT - name: Upload helm release values file /tmp/opencrvs-${{ inputs.environment }}.json - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: opencrvs-${{ inputs.environment }}-values-file path: /tmp/opencrvs-${{ inputs.environment }}.json