Skip to content

Commit

Permalink
fix artifact cache
Browse files Browse the repository at this point in the history
  • Loading branch information
whhe committed Jun 25, 2024
1 parent f7762d0 commit b561bc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-oceanbase-ce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: docker save -o ${{ inputs.image_file }} oceanbase-ce

- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: ${{ inputs.cache_key }}
path: ${{ inputs.image_file }}
4 changes: 2 additions & 2 deletions .github/workflows/test-oblogproxy-ce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: docker save -o oblogproxy-ce.tar oblogproxy-ce

- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: oblogproxy-ce
path: oblogproxy-ce.tar
Expand All @@ -66,7 +66,7 @@ jobs:
- name: Download artifact
uses: actions/download-artifact@v4
with:
name: oblogproxy-c
name: oblogproxy-ce
path: /tmp

- name: Load Docker image
Expand Down

0 comments on commit b561bc4

Please sign in to comment.