Skip to content

Commit

Permalink
Bump upload-artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
yaqwsx committed Feb 26, 2023
1 parent 45dc929 commit bf34348
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@v2
uses: actions/upload-artifact@v3
with:
name: kikit-pcm
path: build/pcm-kikit
retention-days: 7
- name: Upload kikit-lib-pcm package artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: kikit-lib-pcm
path: build/pcm-kikit-lib
Expand Down

0 comments on commit bf34348

Please sign in to comment.