From f6a5a7908c3f594af0d6fdf7577f955d530b72a3 Mon Sep 17 00:00:00 2001 From: Fernando Davis Date: Mon, 10 Aug 2026 21:10:28 -0400 Subject: [PATCH] change to ver 6 --- .github/workflows/deploy-applicationset.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-applicationset.yaml b/.github/workflows/deploy-applicationset.yaml index f703b56..71d1f53 100644 --- a/.github/workflows/deploy-applicationset.yaml +++ b/.github/workflows/deploy-applicationset.yaml @@ -90,7 +90,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -313,7 +313,7 @@ jobs: - name: Upload selected ApplicationSet list - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: selected-applicationsets path: /tmp/appset-files.txt