There was an error while loading. Please reload this page.
2 parents 5ed7f36 + 060e090 commit 145799eCopy full SHA for 145799e
2 files changed
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
run: script/cibuild
22
23
- name: Upload gh-ost binary artifact
24
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
25
with:
26
name: gh-ost
27
path: bin/gh-ost
.github/workflows/replica-tests.yml
@@ -36,7 +36,7 @@ jobs:
36
37
- name: Upload test logs on failure
38
if: failure()
39
40
41
name: ${{ env.ARTIFACT_NAME }}
42
path: /tmp/gh-ost-test.*
0 commit comments