diff --git a/.github/workflows/cd-prod.yml b/.github/workflows/cd-prod.yml index 717408e..47c7fe5 100644 --- a/.github/workflows/cd-prod.yml +++ b/.github/workflows/cd-prod.yml @@ -127,7 +127,7 @@ jobs: - name: Download latest artifact (from develop) if: steps.source.outputs.run-id == '' - uses: dawidd6/action-download-artifact@v12 + uses: dawidd6/action-download-artifact@v15 with: workflow: ci-build.yml branch: develop diff --git a/.github/workflows/cd-qa.yml b/.github/workflows/cd-qa.yml index 22dece0..1d32153 100644 --- a/.github/workflows/cd-qa.yml +++ b/.github/workflows/cd-qa.yml @@ -93,7 +93,7 @@ jobs: - name: Download latest artifact (manual trigger) if: steps.source.outputs.run-id == '' - uses: dawidd6/action-download-artifact@v12 + uses: dawidd6/action-download-artifact@v15 with: workflow: ci-build.yml branch: develop