Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/addon-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
run: podman push ${{ steps.build-image.outputs.image-with-tag }} docker-daemon:${{ steps.build-image.outputs.image-with-tag }}

- name: 🚀 Execute dive
uses: MaxymVlasov/dive-action@v1.5.0
uses: MaxymVlasov/dive-action@v1.6.0
with:
image: "${{ steps.build-image.outputs.image-with-tag }}"
config-file: ${{ github.workspace }}/.dive-ci.yaml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/iac-github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: cd github-iac && terraform plan -out plan.out

- name: ⤴️ Upload plan
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: github-iac-artifact
path: github-iac/plan.out
Expand All @@ -74,7 +74,7 @@ jobs:
cli_config_credentials_token: ${{ secrets.TERRAFORM_CLOUD_TOKEN }}

- name: ⤵️ Get plan artifact
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: github-iac-artifact
path: github-iac
Expand Down
Loading