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 1982507 commit ea488b6Copy full SHA for ea488b6
1 file changed
.github/workflows/analyze-dependents.yml
@@ -198,7 +198,7 @@ jobs:
198
with:
199
args: zip -qq -r dependent-usage-analyzer/dependent-projects.zip dependent-usage-analyzer/.projects
200
- name: Upload dependent projects checkouts
201
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
202
203
name: dependent-project-checkouts
204
path: dependent-usage-analyzer/dependent-projects.zip
@@ -236,7 +236,7 @@ jobs:
236
run: npm run analyze .projects -- --out "${GITHUB_WORKSPACE}/dependent-usage.json"
237
working-directory: dependent-usage-analyzer
238
- name: Upload analysis output
239
240
241
name: dependent-usage-json
242
path: dependent-usage.json
0 commit comments