We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45dc929 commit bf34348Copy full SHA for bf34348
.github/workflows/test-kikit.yml
@@ -42,13 +42,13 @@ jobs:
42
- name: Build PCM package
43
run: make pcm
44
- name: Upload kikit-pcm package artifact
45
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
46
with:
47
name: kikit-pcm
48
path: build/pcm-kikit
49
retention-days: 7
50
- name: Upload kikit-lib-pcm package artifact
51
52
53
name: kikit-lib-pcm
54
path: build/pcm-kikit-lib
0 commit comments