From 1d1f49bb970c0c8b36d15d7d1f32995a15d9f7e4 Mon Sep 17 00:00:00 2001 From: tunm Date: Mon, 30 Sep 2024 10:30:54 +0800 Subject: [PATCH] Add a test for data persistence --- .github/workflows/release-sdks.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release-sdks.yaml b/.github/workflows/release-sdks.yaml index bb3a66cb..1496e159 100644 --- a/.github/workflows/release-sdks.yaml +++ b/.github/workflows/release-sdks.yaml @@ -51,7 +51,7 @@ jobs: # Step 7: Upload the zipped SDK files for the next job - name: Upload SDK Artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: sdk_files path: | @@ -108,7 +108,7 @@ jobs: # Step 9: Upload the zipped SDK files for the next job - name: Upload SDK Artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: sdk_files path: | @@ -165,7 +165,7 @@ jobs: # Step 9: Upload the zipped SDK files for the next job - name: Upload SDK Artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: sdk_files path: | @@ -222,7 +222,7 @@ jobs: # Step 9: Upload the zipped SDK files for the next job - name: Upload SDK Artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: sdk_files path: | @@ -294,7 +294,7 @@ jobs: # Step 11: Upload the zipped SDK files for the next job - name: Upload SDK Artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: sdk_files path: | @@ -333,7 +333,7 @@ jobs: # Step 6: Upload the zipped SDK files for the next job - name: Upload SDK Artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: sdk_files path: |