Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3 to 4 (#21627)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Dec 15, 2023
1 parent feba30e commit beb6ba7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/add-push-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
- run: npm ci
- run: node --loader=ts-node/esm --no-warnings=ExperimentalWarning ./scripts/enumerate-features.ts features.json
- run: node --loader=ts-node/esm --no-warnings=ExperimentalWarning ./scripts/diff-features.ts --no-github --format=json > features.diff.json
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: enumerate-features
path: features.json
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: diff-features
path: features.diff.json

0 comments on commit beb6ba7

Please sign in to comment.