Skip to content

Commit e34a506

Browse files
ci(deps): bump actions/upload-artifact from 4 to 5 (#28294)
1 parent 8b26bea commit e34a506

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/add-push-artifacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
- run: npm ci
2424
- run: npx tsx ./scripts/enumerate-features.ts features.json
2525
- run: npx tsx ./scripts/diff-features.ts --no-github --format=json > features.diff.json
26-
- uses: actions/upload-artifact@v4
26+
- uses: actions/upload-artifact@v5
2727
with:
2828
name: enumerate-features
2929
path: features.json
30-
- uses: actions/upload-artifact@v4
30+
- uses: actions/upload-artifact@v5
3131
with:
3232
name: diff-features
3333
path: features.diff.json

0 commit comments

Comments
 (0)