diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 7c1489e7fdadea6d4678bfb45d7ab18fc8aa6907..8157b9559f7459649b692854976f662bd32059d5 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -275,7 +275,7 @@ jobs:
           path: .util
 
       - name: Post Windows symbols
-        uses: .util/post-bugsplat-windows
+        uses: .util/post-bugsplat-windows/action.yaml
         with:
           username: ${{ secrets.BUGSPLAT_USER }}
           password: ${{ secrets.BUGSPLAT_PASS }}
@@ -295,7 +295,7 @@ jobs:
           path: .util
 
       - name: Post Mac symbols
-        uses: .util/post-bugsplat-mac
+        uses: .util/post-bugsplat-mac/action.yaml
         with:
           username: ${{ secrets.BUGSPLAT_USER }}
           password: ${{ secrets.BUGSPLAT_PASS }}