Skip to content

Commit

Permalink
Merge pull request #99 from HyperInspire/dev/test
Browse files Browse the repository at this point in the history
Add a test for data persistence
  • Loading branch information
tunmx authored Sep 30, 2024
2 parents c83f968 + 1d1f49b commit c3365a1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release-sdks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit c3365a1

Please sign in to comment.