Skip to content

Commit

Permalink
updated github ci
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Ott <[email protected]>
  • Loading branch information
smo4201 committed Sep 11, 2024
1 parent 0afd9b6 commit ac75b3d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,22 +42,22 @@ jobs:
- name: Test
run: go test ./...
- name: "Upload cmcd"
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: cmcd
path: cmcd/cmcd
- name: "Upload testtool"
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: testtool
path: testtool/testtool
- name: "Upload cmc-converter"
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: cmc-converter
path: tools/cmc-conveter/cmc-converter
- name: "Upload cmc-signing-tool"
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: cmc-signing-tool
path: tools/signing-tool/signing-tool
Expand Down

0 comments on commit ac75b3d

Please sign in to comment.