From 4f597b898d8dea21da0791e11b61f1522516975e Mon Sep 17 00:00:00 2001 From: Brandon Shien Date: Tue, 3 Dec 2024 10:22:15 -0800 Subject: [PATCH] Remove dco and update artifact action to v4 Signed-off-by: Brandon Shien --- .github/workflows/dco.yml | 18 ------------------ .github/workflows/test-workflow.yml | 4 ++-- 2 files changed, 2 insertions(+), 20 deletions(-) delete mode 100644 .github/workflows/dco.yml diff --git a/.github/workflows/dco.yml b/.github/workflows/dco.yml deleted file mode 100644 index 53ed5304c..000000000 --- a/.github/workflows/dco.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Developer Certificate of Origin Check - -on: [pull_request] - -jobs: - check: - runs-on: ubuntu-latest - - steps: - - name: Get PR Commits - id: 'get-pr-commits' - uses: tim-actions/get-pr-commits@v1.1.0 - with: - token: ${{ secrets.GITHUB_TOKEN }} - - name: DCO Check - uses: tim-actions/dco@v1.1.0 - with: - commits: ${{ steps.get-pr-commits.outputs.commits }} \ No newline at end of file diff --git a/.github/workflows/test-workflow.yml b/.github/workflows/test-workflow.yml index 56c0c1c13..5f665d83c 100644 --- a/.github/workflows/test-workflow.yml +++ b/.github/workflows/test-workflow.yml @@ -59,7 +59,7 @@ jobs: token: ${{ secrets.CODECOV_TOKEN }} # This step uses the upload-artifact Github action: https://github.com/actions/upload-artifact - name: Upload Artifacts - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: - name: alerting-plugin-${{ matrix.os }} + name: alerting-plugin-${{ matrix.os }}-${{ matrix.java }} path: alerting-artifacts