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 188d24d commit a563a20Copy full SHA for a563a20
.github/workflows/validate.yaml
@@ -81,12 +81,12 @@ jobs:
81
gha:validate
82
env:
83
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
84
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v3
85
if: ${{ (success() || failure()) }}
86
with:
87
name: ${{ matrix.python-version }}-${{ matrix.os }}-mypy-junit-xml
88
path: test_reports/${{ matrix.python-version }}-${{ matrix.os }}-mypy-junit.xml
89
90
91
92
name: ${{ matrix.python-version }}-${{ matrix.os }}-pytest-junit-xml
0 commit comments