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.
2 parents eab6f85 + 2bfa442 commit c291080Copy full SHA for c291080
.github/workflows/docs.yaml
@@ -43,7 +43,7 @@ jobs:
43
make build-docs
44
45
- name: upload docs
46
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
47
with:
48
name: valkey-py-docs
49
path: |
.github/workflows/integration.yaml
@@ -133,7 +133,7 @@ jobs:
133
make ${{matrix.test-type}}-tests USE_UVLOOP=1 PROTOCOL=${{ matrix.protocol-version }}
134
fi
135
136
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
137
if: success() || failure()
138
139
name: pytest-results-${{matrix.test-type}}-${{matrix.connection-type}}-${{matrix.python-version}}-RESP${{ matrix.protocol-version }}
0 commit comments