Skip to content

Commit

Permalink
Merge pull request #1618 from lilai23/upload-artifact
Browse files Browse the repository at this point in the history
update version of upload-artifact
  • Loading branch information
lilai23 authored Sep 12, 2024
2 parents cb2ad27 + 2e4a96a commit 4cb6327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
mkdir ${{ github.workspace }}/package
cp ${{ github.workspace }}/sermant-agent-*.tar ${{ github.workspace }}/package
- name: upload package
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: sermant
path: ${{ github.workspace }}/package

0 comments on commit 4cb6327

Please sign in to comment.