diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 46863ee..e0b037c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -74,13 +74,13 @@ jobs: - name: 🧹 Check for deduped dependencies run: pnpm exec turbo check-deduped-deps - name: ⚙️ Upload GPA Calculator - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 with: name: gpa-calculator path: "./apps/gpa-calculator/dist/" if-no-files-found: error - name: ⚙️ Upload Map - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 with: name: phs-map path: "./apps/phs-map/dist/"