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