Skip to content

Commit f6ebf44

Browse files
committed
fix: update GitHub Actions upload-artifact to v5
- Updated from deprecated v3 to latest v5 - Fixes CI/CD build job failure - All other CI checks now passing
1 parent 7f4f1ca commit f6ebf44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
NEXT_PUBLIC_API_URL: ${{ secrets.API_URL }}
9595

9696
- name: Upload build artifacts
97-
uses: actions/upload-artifact@v3
97+
uses: actions/upload-artifact@v5
9898
with:
9999
name: build-artifacts
100100
path: |

0 commit comments

Comments
 (0)