diff --git a/.github/workflows/event-processor.yml b/.github/workflows/event-processor.yml index eabc6e2ee0..6cb56cf060 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/scheduled-event-processor.yml b/.github/workflows/scheduled-event-processor.yml index 727db15976..4e89d44cf0 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