Skip to content

Commit

Permalink
Update GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
yaqwsx committed Nov 7, 2024
1 parent f15d085 commit 2e8f133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-kikit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ jobs:
- name: Build PCM package
run: make pcm
- name: Upload kikit-pcm package artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: kikit-pcm
path: build/pcm-kikit
retention-days: 7
- name: Upload kikit-lib-pcm package artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: kikit-lib-pcm
path: build/pcm-kikit-lib
Expand Down

0 comments on commit 2e8f133

Please sign in to comment.