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 8b26bea commit e34a506Copy full SHA for e34a506
.github/workflows/add-push-artifacts.yml
@@ -23,11 +23,11 @@ jobs:
23
- run: npm ci
24
- run: npx tsx ./scripts/enumerate-features.ts features.json
25
- run: npx tsx ./scripts/diff-features.ts --no-github --format=json > features.diff.json
26
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
27
with:
28
name: enumerate-features
29
path: features.json
30
31
32
name: diff-features
33
path: features.diff.json
0 commit comments