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 b92d9f4 commit b14ef26Copy full SHA for b14ef26
.github/workflows/build.yml
@@ -39,7 +39,7 @@ jobs:
39
run: |
40
mkdir -p upstream
41
git format-patch --stdout test_base > upstream/ci_fixes.patch
42
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v3
43
with:
44
path: upstream
45
name: upstream
.github/workflows/doc-build.yml
@@ -27,7 +27,7 @@ jobs:
27
28
29
30
31
32
33
0 commit comments