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 c7c607c commit c4f9e58Copy full SHA for c4f9e58
.github/workflows/ci-build.yml
@@ -147,7 +147,7 @@ jobs:
147
cat all-deps-${{ runner.os }}-${{ matrix.python-version }}.txt
148
149
- name: Upload dependencies list
150
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
151
with:
152
name: all-deps-${{ runner.os }}-${{ matrix.python-version }}
153
path: all-deps-${{ runner.os }}-${{ matrix.python-version }}.txt
0 commit comments