From 6ccf1959a477eacabb859edbf85d8f034f79b77f Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Wed, 7 Jan 2026 18:38:32 +0000 Subject: [PATCH] Sync .github/workflows directory with azure-sdk-tools repository --- .github/workflows/event-processor.yml | 2 +- .github/workflows/post-apiview.yml | 2 +- .github/workflows/scheduled-event-processor.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/event-processor.yml b/.github/workflows/event-processor.yml index eabc6e2ee0e72..6cb56cf060a48 100644 --- a/.github/workflows/event-processor.yml +++ b/.github/workflows/event-processor.yml @@ -97,7 +97,7 @@ jobs: LABEL_SERVICE_API_KEY: ${{ env.LABEL_SERVICE_API_KEY }} - name: Archive github event data - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 if: always() with: name: event diff --git a/.github/workflows/post-apiview.yml b/.github/workflows/post-apiview.yml index 4306a63ace137..71678bbb631b7 100644 --- a/.github/workflows/post-apiview.yml +++ b/.github/workflows/post-apiview.yml @@ -18,7 +18,7 @@ jobs: contains(github.event.check_run.name, 'Build Analyze') ) steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: sparse-checkout: 'eng/common' diff --git a/.github/workflows/scheduled-event-processor.yml b/.github/workflows/scheduled-event-processor.yml index 727db15976e2c..4e89d44cf0e6c 100644 --- a/.github/workflows/scheduled-event-processor.yml +++ b/.github/workflows/scheduled-event-processor.yml @@ -123,7 +123,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Archive github event data - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 if: always() with: name: event