Skip to content

Commit c291080

Browse files
authored
Merge pull request #238 from valkey-io/dependabot/github_actions/actions/upload-artifact-5
2 parents eab6f85 + 2bfa442 commit c291080

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
make build-docs
4444
4545
- name: upload docs
46-
uses: actions/upload-artifact@v4
46+
uses: actions/upload-artifact@v5
4747
with:
4848
name: valkey-py-docs
4949
path: |

.github/workflows/integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
make ${{matrix.test-type}}-tests USE_UVLOOP=1 PROTOCOL=${{ matrix.protocol-version }}
134134
fi
135135
136-
- uses: actions/upload-artifact@v4
136+
- uses: actions/upload-artifact@v5
137137
if: success() || failure()
138138
with:
139139
name: pytest-results-${{matrix.test-type}}-${{matrix.connection-type}}-${{matrix.python-version}}-RESP${{ matrix.protocol-version }}

0 commit comments

Comments
 (0)