Skip to content

Commit

Permalink
modify apply workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DrInTech22 authored Dec 11, 2024
1 parent 616bcf5 commit 8daeb87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/terraform-apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
fi
working-directory: ./terraform
- name: Upload Ansible Inventory
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ansible_inventory
path: ./terraform/inventory.ini
Expand All @@ -75,7 +75,7 @@ jobs:
echo "public_ip=$(terraform output -raw instance_public_ip)" > public_ip_env.txt
working-directory: ./terraform
- name: Upload Public_IP
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Public_IP
path: |
Expand Down

0 comments on commit 8daeb87

Please sign in to comment.