We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2d2830 commit 72ec8edCopy full SHA for 72ec8ed
1 file changed
.github/workflows/main.yaml
@@ -32,13 +32,13 @@ jobs:
32
- run: pre-commit run --all-files
33
- run: git diff --exit-code --patch > /tmp/pre-commit.patch || true
34
if: failure()
35
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v7
36
with:
37
name: Apply pre-commit fix.patch
38
path: /tmp/pre-commit.patch
39
retention-days: 1
40
41
42
43
name: Expected
44
path: tests/
0 commit comments