Skip to content

Commit

Permalink
feat:remove bgsave test
Browse files Browse the repository at this point in the history
  • Loading branch information
brother-jin committed Feb 11, 2025
1 parent 72483b2 commit b7c20d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pika.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
rm -rf ./deps
rm -rf ./buildtrees
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: ${{ env.ARTIFACT_PIKA_NAME }}
path: ${{ github.workspace }}/build/pika
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:
with:
images: pikadb/pika

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: ${{ env.ARTIFACT_PIKA_NAME }}
path: artifact/
Expand Down

0 comments on commit b7c20d4

Please sign in to comment.