Skip to content

Commit 145799e

Browse files
authored
Merge pull request #1598 from github/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 7
2 parents 5ed7f36 + 060e090 commit 145799e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: script/cibuild
2222

2323
- name: Upload gh-ost binary artifact
24-
uses: actions/upload-artifact@v4
24+
uses: actions/upload-artifact@v7
2525
with:
2626
name: gh-ost
2727
path: bin/gh-ost

.github/workflows/replica-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
3737
- name: Upload test logs on failure
3838
if: failure()
39-
uses: actions/upload-artifact@v4
39+
uses: actions/upload-artifact@v7
4040
with:
4141
name: ${{ env.ARTIFACT_NAME }}
4242
path: /tmp/gh-ost-test.*

0 commit comments

Comments
 (0)