We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca6db1a + fb6b40f commit d3f7a58Copy full SHA for d3f7a58
2 files changed
.github/workflows/main.yaml
@@ -83,7 +83,7 @@ jobs:
83
token: ${{ secrets.CODECOV_TOKEN }}
84
- name: Upload torchlib error reports
85
if: always()
86
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
87
with:
88
name: Error reports (${{ matrix.name }}-${{ matrix.os }})
89
path: error_reports
requirements/lintrunner/requirements.txt
@@ -1,7 +1,7 @@
1
# This file is auto updated by dependabot
2
lintrunner-adapters>=0.8.0
3
# RUFF, RUFF-FIX
4
-ruff==0.14.7
+ruff==0.14.9
5
# MYPY
6
mypy==1.10.1
7
types-PyYAML==6.0.12.20250915
0 commit comments