Skip to content

Commit

Permalink
Fix missing types CI workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
garg3133 committed Sep 18, 2024
1 parent fcd29dc commit b5c8fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/missing-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
echo $(git diff --name-only origin/$GITHUB_BASE_REF $GITHUB_SHA types/ | tr '\n' ',') > ./pr/files_changed
echo ${{ github.event.number }} > ./pr/NR
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: pr
path: pr/

0 comments on commit b5c8fb2

Please sign in to comment.