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 ad1eaec commit da0c3c2Copy full SHA for da0c3c2
.github/workflows/ci-build.yml
@@ -120,7 +120,7 @@ jobs:
120
cat all-deps-${{ runner.os }}-${{ matrix.python-version }}.txt
121
122
- name: Upload dependencies list
123
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
124
with:
125
name: all-deps-${{ runner.os }}-${{ matrix.python-version }}
126
path: all-deps-${{ runner.os }}-${{ matrix.python-version }}.txt
0 commit comments