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 e39a3b4 commit c54351eCopy full SHA for c54351e
.github/workflows/mypy_primer_pr.yaml
@@ -75,7 +75,7 @@ jobs:
75
| tee diff_${{ matrix.shard-index }}.txt
76
) || [ $? -eq 1 ]
77
- name: Upload mypy_primer diff
78
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
79
with:
80
name: mypy_primer_diffs
81
path: diff_${{ matrix.shard-index }}.txt
@@ -85,7 +85,7 @@ jobs:
85
echo ${{ github.event.pull_request.number }} | tee pr_number.txt
86
- if: ${{ matrix.shard-index }} == 0
87
name: Upload PR number
88
89
90
91
path: pr_number.txt
0 commit comments