Skip to content

Commit

Permalink
Remove dco and update artifact action to v4
Browse files Browse the repository at this point in the history
Signed-off-by: Brandon Shien <[email protected]>
  • Loading branch information
bshien committed Dec 3, 2024
1 parent 18c017b commit 4f597b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/dco.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4f597b8

Please sign in to comment.