From fe10af057c9c1329a51f274888abc1e44f01ff07 Mon Sep 17 00:00:00 2001
From: Alex Maras <dev@alexmaras.com>
Date: Thu, 17 Apr 2025 09:31:29 +0800
Subject: [PATCH] fix: use extra_artifacts input argument

---
 tests/integration-tests/ExtraArtifactsAreIncluded.gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/integration-tests/ExtraArtifactsAreIncluded.gitlab-ci.yml b/tests/integration-tests/ExtraArtifactsAreIncluded.gitlab-ci.yml
index 00666a0..b73fa8b 100644
--- a/tests/integration-tests/ExtraArtifactsAreIncluded.gitlab-ci.yml
+++ b/tests/integration-tests/ExtraArtifactsAreIncluded.gitlab-ci.yml
@@ -11,7 +11,7 @@ include:
       root_dir: $TEST_GITLAB_TOFU_ROOT_DIR
       state_name: $TEST_GITLAB_TOFU_STATE_NAME
       warning_on_non_empty_plan: true
-      plan_artifacts:
+      extra_artifacts:
         - $ARTIFACT_FILE_NAME
 
   # For CI Terraform state cleanup
-- 
GitLab