We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 75e23d7 + 5f3c596 commit 3a630feCopy full SHA for 3a630fe
.github/workflows/cd.yaml
@@ -66,7 +66,7 @@ jobs:
66
mv -v "$src" "dist/${{ matrix.artifact }}"
67
68
- name: Upload artifact
69
- uses: actions/upload-artifact@v7
+ uses: actions/upload-artifact@v6
70
with:
71
name: ${{ matrix.artifact }}
72
path: dist/${{ matrix.artifact }}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "github-code-search",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": "Interactive GitHub code search with per-repo aggregation",
5
"license": "MIT",
6
"author": "fulll",
0 commit comments