diff --git a/.github/workflows/fix.yml b/.github/workflows/fix.yml index a3932dd..7595013 100644 --- a/.github/workflows/fix.yml +++ b/.github/workflows/fix.yml @@ -153,7 +153,7 @@ jobs: with: path: base - name: Download YAML configs - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: path: artifacts - name: Copy YAML configs diff --git a/.github/workflows/plan.yml b/.github/workflows/plan.yml index 9ab88e0..2270217 100644 --- a/.github/workflows/plan.yml +++ b/.github/workflows/plan.yml @@ -130,7 +130,7 @@ jobs: run: terraform init working-directory: terraform - name: Download terraform plans - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: path: terraform - name: Show terraform plans