diff --git a/.github/workflows/fix.yml b/.github/workflows/fix.yml index 067f3af..242a14b 100644 --- a/.github/workflows/fix.yml +++ b/.github/workflows/fix.yml @@ -137,7 +137,7 @@ jobs: with: path: base - name: Download YAML configs - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: path: artifacts - name: Copy YAML configs diff --git a/.github/workflows/plan.yml b/.github/workflows/plan.yml index 7ff184c..d6bc56d 100644 --- a/.github/workflows/plan.yml +++ b/.github/workflows/plan.yml @@ -120,7 +120,7 @@ jobs: with: wrapper: false - name: Download terraform plans - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: path: terraform - name: Show terraform plans